#72580C

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

Shades of Raw Umber #72580C

Tints of Raw Umber #72580C

Color information

#72580C (or 0x72580C) is unknown color: approx Raw Umber. HEX triplet: 72, 58 and 0C. RGB value is (114,88,12). Sum of RGB (Red+Green+Blue) = 114+88+12=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #72580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72580C is #8DA7F3. Grayscale: #575757. Windows color (decimal): -9283572 or 809074. OLE color: 809074.

HSL color Cylindrical-coordinate representation of color #72580C: hue angle of 44.71º 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 #72580C is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1148812-
CMYK00.230.890.55
HSL44.71º80.95%24.71%-
HSV(B)44.71º89.47%44.71%-
XYZ10.510.581.84-
YUV87.1185.61147.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.27%
GREEN value IS 88 (34.77% from 255) = 41.12%
BLUE value IS 12 (5.08% from 255) = 5.61%
R=53.27%
G=41.12%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114881200.230.890.5544.7180.9524.71
Hex7258C01759372d5119
Octal16213014027131675512131
Binary1110010101100011000101111011001110111101101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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