#725016

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

Shades of Raw Umber #725016

Tints of Raw Umber #725016

Color information

#725016 (or 0x725016) is unknown color: approx Raw Umber. HEX triplet: 72, 50 and 16. RGB value is (114,80,22). Sum of RGB (Red+Green+Blue) = 114+80+22=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #725016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725016 is #8DAFE9. Grayscale: #535353. Windows color (decimal): -9285610 or 1462386. OLE color: 1462386.

HSL color Cylindrical-coordinate representation of color #725016: hue angle of 37.83º 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 #725016 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB1148022-
CMYK00.300.810.55
HSL37.83º67.65%26.67%-
HSV(B)37.83º80.7%44.71%-
XYZ9.959.372.04-
YUV83.5593.26149.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.78%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 22 (8.98% from 255) = 10.19%
R=52.78%
G=37.04%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114802200.300.810.5537.8367.6526.67
Hex72501601E513726441b
Octal16212026036121674610433
Binary11100101010000101100111101010001110111100110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725016; }

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

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

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

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

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

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

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

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