#72440A

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

Shades of Raw Umber #72440A

Tints of Raw Umber #72440A

Color information

#72440A (or 0x72440A) is unknown color: approx Raw Umber. HEX triplet: 72, 44 and 0A. RGB value is (114,68,10). Sum of RGB (Red+Green+Blue) = 114+68+10=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #72440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72440A is #8DBBF5. Grayscale: #4B4B4B. Windows color (decimal): -9288694 or 672882. OLE color: 672882.

HSL color Cylindrical-coordinate representation of color #72440A: hue angle of 33.46º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72440A is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1146810-
CMYK00.400.910.55
HSL33.46º83.87%24.31%-
HSV(B)33.46º91.23%44.71%-
XYZ9.067.731.3-
YUV75.1491.24155.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.38%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 10 (4.30% from 255) = 5.21%
R=59.38%
G=35.42%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114681000.400.910.5533.4683.8724.31
Hex7244A0285B37215418
Octal16210412050133674112430
Binary11100101000100101001010001011011110111100001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72440A; }

 p { color: rgb(114,68,10); }

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

<style>
 a { background-color: #72440A; }

 a { background-color: rgb(114,68,10); }

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

<style>
 span { border-color: #72440A; }

 span { border-color: rgb(114,68,10); }

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