#72501E

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

Shades of Raw Umber #72501E

Tints of Raw Umber #72501E

Color information

#72501E (or 0x72501E) is unknown color: approx Raw Umber. HEX triplet: 72, 50 and 1E. RGB value is (114,80,30). Sum of RGB (Red+Green+Blue) = 114+80+30=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72501E is #8DAFE1. Grayscale: #545454. Windows color (decimal): -9285602 or 1986674. OLE color: 1986674.

HSL color Cylindrical-coordinate representation of color #72501E: hue angle of 35.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72501E is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1148030-
CMYK00.300.740.55
HSL35.71º58.33%28.24%-
HSV(B)35.71º73.68%44.71%-
XYZ10.049.412.52-
YUV84.4797.26149.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.89%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 30 (12.11% from 255) = 13.39%
R=50.89%
G=35.71%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114803000.300.740.5535.7158.3328.24
Hex72501E01E4A37243a1c
Octal1621203603611267447234
Binary1110010101000011110011110100101011011110010011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72501E; }

 p { color: rgb(114,80,30); }

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

<style>
 a { background-color: #72501E; }

 a { background-color: rgb(114,80,30); }

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

<style>
 span { border-color: #72501E; }

 span { border-color: rgb(114,80,30); }

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