#725211

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

Shades of Raw Umber #725211

Tints of Raw Umber #725211

Color information

#725211 (or 0x725211) is unknown color: approx Raw Umber. HEX triplet: 72, 52 and 11. RGB value is (114,82,17). Sum of RGB (Red+Green+Blue) = 114+82+17=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #725211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725211 is #8DADEE. Grayscale: #545454. Windows color (decimal): -9285103 or 1135218. OLE color: 1135218.

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

Color convert

RGB1148217-
CMYK00.280.850.55
HSL40.21º74.05%25.69%-
HSV(B)40.21º85.09%44.71%-
XYZ10.069.651.86-
YUV84.1690.1149.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 17 (7.03% from 255) = 7.98%
R=53.52%
G=38.50%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114821700.280.850.5540.2174.0525.69
Hex72521101C5537284a1a
Octal16212221034125675011232
Binary11100101010010100010111001010101110111101000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725211; }

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

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

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

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

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

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

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

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