#72470F

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

Shades of Raw Umber #72470F

Tints of Raw Umber #72470F

Color information

#72470F (or 0x72470F) is unknown color: approx Raw Umber. HEX triplet: 72, 47 and 0F. RGB value is (114,71,15). Sum of RGB (Red+Green+Blue) = 114+71+15=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #72470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72470F is #8DB8F0. Grayscale: #4D4D4D. Windows color (decimal): -9287921 or 1001330. OLE color: 1001330.

HSL color Cylindrical-coordinate representation of color #72470F: hue angle of 33.94º 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 #72470F is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1147115-
CMYK00.380.870.55
HSL33.94º76.74%25.29%-
HSV(B)33.94º86.84%44.71%-
XYZ9.288.121.53-
YUV77.4792.75154.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 15 (6.25% from 255) = 7.5%
R=57%
G=35.5%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114711500.380.870.5533.9476.7425.29
Hex7247F0265737224d19
Octal16210717046127674211531
Binary11100101000111111101001101010111110111100010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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