#724A12

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

Shades of Raw Umber #724A12

Tints of Raw Umber #724A12

Color information

#724A12 (or 0x724A12) is unknown color: approx Raw Umber. HEX triplet: 72, 4A and 12. RGB value is (114,74,18). Sum of RGB (Red+Green+Blue) = 114+74+18=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #724A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724A12 is #8DB5ED. Grayscale: #4F4F4F. Windows color (decimal): -9287150 or 1198706. OLE color: 1198706.

HSL color Cylindrical-coordinate representation of color #724A12: hue angle of 35º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #724A12 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1147418-
CMYK00.350.840.55
HSL35º72.73%25.88%-
HSV(B)35º84.21%44.71%-
XYZ9.58.521.72-
YUV79.5893.25152.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.34%
GREEN value IS 74 (29.30% from 255) = 35.92%
BLUE value IS 18 (7.42% from 255) = 8.74%
R=55.34%
G=35.92%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114741800.350.840.553572.7325.88
Hex724A12023543723491a
Octal16211222043124674311132
Binary111001010010101001001000111010100110111100011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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