#724A0B

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

Shades of Raw Umber #724A0B

Tints of Raw Umber #724A0B

Color information

#724A0B (or 0x724A0B) is unknown color: approx Raw Umber. HEX triplet: 72, 4A and 0B. RGB value is (114,74,11). Sum of RGB (Red+Green+Blue) = 114+74+11=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #724A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724A0B is #8DB5F4. Grayscale: #4F4F4F. Windows color (decimal): -9287157 or 739954. OLE color: 739954.

HSL color Cylindrical-coordinate representation of color #724A0B: hue angle of 36.7º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #724A0B is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1147411-
CMYK00.350.900.55
HSL36.7º82.4%24.51%-
HSV(B)36.7º90.35%44.71%-
XYZ9.458.51.46-
YUV78.7889.75153.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 11 (4.69% from 255) = 5.53%
R=57.29%
G=37.19%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114741100.350.900.5536.782.424.51
Hex724AB0235A37255219
Octal16211213043132674512231
Binary11100101001010101101000111011010110111100101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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