#72511c

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

Shades of Raw Umber #72511C

Tints of Raw Umber #72511C

Color information

#72511C (or 0x72511C) is unknown color: approx Raw Umber. HEX triplet: 72, 51 and 1C. RGB value is (114,81,28). Sum of RGB (Red+Green+Blue) = 114+81+28=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #72511C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72511C is #8DAEE3. Grayscale: #555555. Windows color (decimal): -9285348 or 1855858. OLE color: 1855858.

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

Color convert

RGB1148128-
CMYK00.290.750.55
HSL36.98º60.56%27.84%-
HSV(B)36.98º75.44%44.71%-
XYZ10.099.552.41-
YUV84.8295.93148.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.12%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 28 (11.33% from 255) = 12.56%
R=51.12%
G=36.32%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114812800.290.750.5536.9860.5627.84
Hex72511C01D4B37253d1c
Octal1621213403511367457534
Binary1110010101000111100011101100101111011110010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72511c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72511c; }

 p { color: rgb(114,81,28); }

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

<style>
 a { background-color: #72511c; }

 a { background-color: rgb(114,81,28); }

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

<style>
 span { border-color: #72511c; }

 span { border-color: rgb(114,81,28); }

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