#72521E

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

Shades of Raw Umber #72521E

Tints of Raw Umber #72521E

Color information

#72521E (or 0x72521E) is unknown color: approx Raw Umber. HEX triplet: 72, 52 and 1E. RGB value is (114,82,30). Sum of RGB (Red+Green+Blue) = 114+82+30=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72521E is #8DADE1. Grayscale: #555555. Windows color (decimal): -9285090 or 1987186. OLE color: 1987186.

HSL color Cylindrical-coordinate representation of color #72521E: hue angle of 37.14º 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 #72521E is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1148230-
CMYK00.280.740.55
HSL37.14º58.33%28.24%-
HSV(B)37.14º73.68%44.71%-
XYZ10.199.712.56-
YUV85.6496.6148.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 30 (12.11% from 255) = 13.27%
R=50.44%
G=36.28%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114823000.280.740.5537.1458.3328.24
Hex72521E01C4A37253a1c
Octal1621223603411267457234
Binary1110010101001011110011100100101011011110010111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72521E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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