#72400A

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

Shades of Raw Umber #72400A

Tints of Raw Umber #72400A

Color information

#72400A (or 0x72400A) is unknown color: approx Raw Umber. HEX triplet: 72, 40 and 0A. RGB value is (114,64,10). Sum of RGB (Red+Green+Blue) = 114+64+10=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #72400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72400A is #8DBFF5. Grayscale: #494949. Windows color (decimal): -9289718 or 671858. OLE color: 671858.

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

Color convert

RGB1146410-
CMYK00.440.910.55
HSL31.15º83.87%24.31%-
HSV(B)31.15º91.23%44.71%-
XYZ8.837.271.22-
YUV72.7992.56157.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.64%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 10 (4.30% from 255) = 5.32%
R=60.64%
G=34.04%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114641000.440.910.5531.1583.8724.31
Hex7240A02C5B371f5418
Octal16210012054133673712430
Binary1110010100000010100101100101101111011111111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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