#725B16

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

Shades of Raw Umber #725B16

Tints of Raw Umber #725B16

Color information

#725B16 (or 0x725B16) is unknown color: approx Raw Umber. HEX triplet: 72, 5B and 16. RGB value is (114,91,22). Sum of RGB (Red+Green+Blue) = 114+91+22=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #725B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725B16 is #8DA4E9. Grayscale: #5A5A5A. Windows color (decimal): -9282794 or 1465202. OLE color: 1465202.

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

Color convert

RGB1149122-
CMYK00.200.810.55
HSL45º67.65%26.67%-
HSV(B)45º80.7%44.71%-
XYZ10.8311.122.33-
YUV90.0189.62145.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.22%
GREEN value IS 91 (35.94% from 255) = 40.09%
BLUE value IS 22 (8.98% from 255) = 9.69%
R=50.22%
G=40.09%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114912200.200.810.554567.6526.67
Hex725B1601451372d441b
Octal16213326024121675510433
Binary11100101011011101100101001010001110111101101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725B16; }

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

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

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

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

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

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

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

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