#72500E

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

Shades of Raw Umber #72500E

Tints of Raw Umber #72500E

Color information

#72500E (or 0x72500E) is unknown color: approx Raw Umber. HEX triplet: 72, 50 and 0E. RGB value is (114,80,14). Sum of RGB (Red+Green+Blue) = 114+80+14=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #72500E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72500E is #8DAFF1. Grayscale: #525252. Windows color (decimal): -9285618 or 938098. OLE color: 938098.

HSL color Cylindrical-coordinate representation of color #72500E: hue angle of 39.6º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72500E is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1148014-
CMYK00.300.880.55
HSL39.6º78.12%25.1%-
HSV(B)39.6º87.72%44.71%-
XYZ9.899.351.7-
YUV82.6489.26150.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 14 (5.86% from 255) = 6.73%
R=54.81%
G=38.46%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114801400.300.880.5539.678.1225.1
Hex7250E01E5837284e19
Octal16212016036130675011631
Binary1110010101000011100111101011000110111101000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72500E; }

 p { color: rgb(114,80,14); }

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

<style>
 a { background-color: #72500E; }

 a { background-color: rgb(114,80,14); }

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

<style>
 span { border-color: #72500E; }

 span { border-color: rgb(114,80,14); }

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