#724A0C

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

Shades of Raw Umber #724A0C

Tints of Raw Umber #724A0C

Color information

#724A0C (or 0x724A0C) is unknown color: approx Raw Umber. HEX triplet: 72, 4A and 0C. RGB value is (114,74,12). Sum of RGB (Red+Green+Blue) = 114+74+12=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #724A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724A0C is #8DB5F3. Grayscale: #4F4F4F. Windows color (decimal): -9287156 or 805490. OLE color: 805490.

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

Color convert

RGB1147412-
CMYK00.350.890.55
HSL36.47º80.95%24.71%-
HSV(B)36.47º89.47%44.71%-
XYZ9.458.51.49-
YUV78.8990.25153.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 12 (5.08% from 255) = 6%
R=57%
G=37%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114741200.350.890.5536.4780.9524.71
Hex724AC0235937245119
Octal16211214043131674412131
Binary11100101001010110001000111011001110111100100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724A0C; }

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

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

<style>
 a { background-color: #724A0C; }

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

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

<style>
 span { border-color: #724A0C; }

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

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