#724F12

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

Shades of Raw Umber #724F12

Tints of Raw Umber #724F12

Color information

#724F12 (or 0x724F12) is unknown color: approx Raw Umber. HEX triplet: 72, 4F and 12. RGB value is (114,79,18). Sum of RGB (Red+Green+Blue) = 114+79+18=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #724F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #724F12 is #8DB0ED. Grayscale: #525252. Windows color (decimal): -9285870 or 1199986. OLE color: 1199986.

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

Color convert

RGB1147918-
CMYK00.310.840.55
HSL38.12º72.73%25.88%-
HSV(B)38.12º84.21%44.71%-
XYZ9.849.211.83-
YUV82.5191.6150.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.03%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 18 (7.42% from 255) = 8.53%
R=54.03%
G=37.44%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114791800.310.840.5538.1272.7325.88
Hex724F1201F543726491a
Octal16211722037124674611132
Binary11100101001111100100111111010100110111100110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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