#72400E

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

Shades of Raw Umber #72400E

Tints of Raw Umber #72400E

Color information

#72400E (or 0x72400E) is unknown color: approx Raw Umber. HEX triplet: 72, 40 and 0E. RGB value is (114,64,14). Sum of RGB (Red+Green+Blue) = 114+64+14=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #72400E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72400E is #8DBFF1. Grayscale: #494949. Windows color (decimal): -9289714 or 934002. OLE color: 934002.

HSL color Cylindrical-coordinate representation of color #72400E: hue angle of 30º 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 #72400E is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1146414-
CMYK00.440.880.55
HSL30º78.12%25.1%-
HSV(B)30º87.72%44.71%-
XYZ8.857.281.35-
YUV73.2594.56157.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.38%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 14 (5.86% from 255) = 7.29%
R=59.38%
G=33.33%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114641400.440.880.553078.1225.1
Hex7240E02C58371e4e19
Octal16210016054130673611631
Binary1110010100000011100101100101100011011111110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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