#72490F

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

Shades of Raw Umber #72490F

Tints of Raw Umber #72490F

Color information

#72490F (or 0x72490F) is unknown color: approx Raw Umber. HEX triplet: 72, 49 and 0F. RGB value is (114,73,15). Sum of RGB (Red+Green+Blue) = 114+73+15=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #72490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72490F is #8DB6F0. Grayscale: #4E4E4E. Windows color (decimal): -9287409 or 1001842. OLE color: 1001842.

HSL color Cylindrical-coordinate representation of color #72490F: hue angle of 35.15º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72490F is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1147315-
CMYK00.360.870.55
HSL35.15º76.74%25.29%-
HSV(B)35.15º86.84%44.71%-
XYZ9.418.381.57-
YUV78.6592.08153.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.44%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 15 (6.25% from 255) = 7.43%
R=56.44%
G=36.14%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114731500.360.870.5535.1576.7425.29
Hex7249F0245737234d19
Octal16211117044127674311531
Binary11100101001001111101001001010111110111100011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72490F; }

 p { color: rgb(114,73,15); }

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

<style>
 a { background-color: #72490F; }

 a { background-color: rgb(114,73,15); }

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

<style>
 span { border-color: #72490F; }

 span { border-color: rgb(114,73,15); }

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