#72480D

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

Shades of Raw Umber #72480D

Tints of Raw Umber #72480D

Color information

#72480D (or 0x72480D) is unknown color: approx Raw Umber. HEX triplet: 72, 48 and 0D. RGB value is (114,72,13). Sum of RGB (Red+Green+Blue) = 114+72+13=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #72480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72480D is #8DB7F2. Grayscale: #4E4E4E. Windows color (decimal): -9287667 or 870514. OLE color: 870514.

HSL color Cylindrical-coordinate representation of color #72480D: hue angle of 35.05º degrees, saturation: 0.8, 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 #72480D is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1147213-
CMYK00.370.890.55
HSL35.05º79.53%24.9%-
HSV(B)35.05º88.6%44.71%-
XYZ9.338.241.48-
YUV77.8391.41153.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 13 (5.47% from 255) = 6.53%
R=57.29%
G=36.18%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114721300.370.890.5535.0579.5324.9
Hex7248D0255937235019
Octal16211015045131674312031
Binary11100101001000110101001011011001110111100011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72480D; }

 p { color: rgb(114,72,13); }

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

<style>
 a { background-color: #72480D; }

 a { background-color: rgb(114,72,13); }

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

<style>
 span { border-color: #72480D; }

 span { border-color: rgb(114,72,13); }

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