#724F0C

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

Shades of Raw Umber #724F0C

Tints of Raw Umber #724F0C

Color information

#724F0C (or 0x724F0C) is unknown color: approx Raw Umber. HEX triplet: 72, 4F and 0C. RGB value is (114,79,12). Sum of RGB (Red+Green+Blue) = 114+79+12=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #724F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #724F0C is #8DB0F3. Grayscale: #525252. Windows color (decimal): -9285876 or 806770. OLE color: 806770.

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

Color convert

RGB1147912-
CMYK00.310.890.55
HSL39.41º80.95%24.71%-
HSV(B)39.41º89.47%44.71%-
XYZ9.89.21.61-
YUV81.8388.6150.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=55.61%
G=38.54%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114791200.310.890.5539.4180.9524.71
Hex724FC01F5937275119
Octal16211714037131674712131
Binary1110010100111111000111111011001110111100111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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