#725216

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

Shades of Raw Umber #725216

Tints of Raw Umber #725216

Color information

#725216 (or 0x725216) is unknown color: approx Raw Umber. HEX triplet: 72, 52 and 16. RGB value is (114,82,22). Sum of RGB (Red+Green+Blue) = 114+82+22=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #725216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725216 is #8DADE9. Grayscale: #545454. Windows color (decimal): -9285098 or 1462898. OLE color: 1462898.

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

Color convert

RGB1148222-
CMYK00.280.810.55
HSL39.13º67.65%26.67%-
HSV(B)39.13º80.7%44.71%-
XYZ10.19.672.09-
YUV84.7392.6148.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 82 (32.42% from 255) = 37.61%
BLUE value IS 22 (8.98% from 255) = 10.09%
R=52.29%
G=37.61%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114822200.280.810.5539.1367.6526.67
Hex72521601C513727441b
Octal16212226034121674710433
Binary11100101010010101100111001010001110111100111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725216; }

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

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

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

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

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

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

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

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