#72520C

Color #72520C Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #72520C

Tints of Raw Umber #72520C

Color information

#72520C (or 0x72520C) is unknown color: approx Raw Umber. HEX triplet: 72, 52 and 0C. RGB value is (114,82,12). Sum of RGB (Red+Green+Blue) = 114+82+12=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #72520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72520C is #8DADF3. Grayscale: #535353. Windows color (decimal): -9285108 or 807538. OLE color: 807538.

HSL color Cylindrical-coordinate representation of color #72520C: hue angle of 41.18º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72520C is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1148212-
CMYK00.280.890.55
HSL41.18º80.95%24.71%-
HSV(B)41.18º89.47%44.71%-
XYZ10.029.641.68-
YUV83.5987.6149.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 12 (5.08% from 255) = 5.77%
R=54.81%
G=39.42%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114821200.280.890.5541.1880.9524.71
Hex7252C01C5937295119
Octal16212214034131675112131
Binary1110010101001011000111001011001110111101001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72520C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72520C; }

 p { color: rgb(114,82,12); }

 H1.HeaderClassName
 {
   color: #72520C;
 }
 .AnyTagClassName
 {
   color: #72520C;
 }
</style>
background-color css

<style>
 a { background-color: #72520C; }

 a { background-color: rgb(114,82,12); }

 div.DivClassName
 {
   background-color: #72520C;
 }
 .BgClassName
 {
   background-color: #72520C;
 }
</style>
border-color css

<style>
 span { border-color: #72520C; }

 span { border-color: rgb(114,82,12); }

 td.TdClassName
 {
   border-color: #72520C;
 }
 .TagClassName
 {
   border-color: #72520C;
 }
</style>