Color Hex Logo

#812520 Color Hex

#812520
(129,37,32)
0 Favorites   0 Comments

Color spaces of #812520

RGB 1293732
HSL0.010.600.32
HSV75°51°
CMYK 0.000.710.75   0.49
XYZ9.97556.09452.0171
Yxy6.09450.55150.3370
Hunter Lab24.687028.925712.4365
CIE-Lab29.649639.084125.7864

#812520 color RGB value is (129,37,32).

#812520 hex color red value is 129, green value is 37 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #812520 hue: 0.01 , saturation: 0.60 and the lightness value of 812520 is 0.32.

The process color (four color CMYK) of #812520 color hex is 0.00, 0.71, 0.75, 0.49. Web safe color of #812520 is #993333. Color #812520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100101 00100000
Octal 201 45 40
Decimal 129 37 32
Hex 81 25 20

RGB Percentages of Color #812520

%65.15
%18.69
%16.16

CMYK Percentages of Color #812520

%0
%71
%75
%49

Triadic Colors of #812520

#812520 #208125 #252081

Analogous Colors of #812520

#812520 #815620 #81204c

Monochromatic Colors of #812520

#812520

Complementary Color

#812520 #207c81

#812520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812520 Color CSS Codes

.mybgcolor {background-color:#812520; } 
.myforecolor {color:#812520; }
.mybordercolor {border:3px solid #812520; }

#812520 Text Font Color

<p style="color:#812520">Text here</p>

This sample text font color is #812520
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#812520 Background Color

<div style="background-color:#812520">
Div content here</div>

This div background color is #812520


#812520 Border Color

<div style="border:3px solid #812520">
Div here</div>

This div border color is #812520


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,37,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #812520; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #812520;
  -webkit-box-shadow: 1px 1px 3px 2px #812520;
  box-shadow:         1px 1px 3px 2px #812520; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,37,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #812520">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #812520;
  -webkit-box-shadow: 1px 1px 3px 2px #812520;
  box-shadow:         1px 1px 3px 2px #812520;">
Div content here</div>

This div box has shadow with color #812520


Comments

No comments written yet.

Please login to write comment.