#724C12

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

Shades of Raw Umber #724C12

Tints of Raw Umber #724C12

Color information

#724C12 (or 0x724C12) is unknown color: approx Raw Umber. HEX triplet: 72, 4C and 12. RGB value is (114,76,18). Sum of RGB (Red+Green+Blue) = 114+76+18=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #724C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724C12 is #8DB3ED. Grayscale: #515151. Windows color (decimal): -9286638 or 1199218. OLE color: 1199218.

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

Color convert

RGB1147618-
CMYK00.330.840.55
HSL36.25º72.73%25.88%-
HSV(B)36.25º84.21%44.71%-
XYZ9.638.791.76-
YUV80.7592.59151.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 76 (30.08% from 255) = 36.54%
BLUE value IS 18 (7.42% from 255) = 8.65%
R=54.81%
G=36.54%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114761800.330.840.5536.2572.7325.88
Hex724C12021543724491a
Octal16211422041124674411132
Binary111001010011001001001000011010100110111100100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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