#725516

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

Shades of Raw Umber #725516

Tints of Raw Umber #725516

Color information

#725516 (or 0x725516) is unknown color: approx Raw Umber. HEX triplet: 72, 55 and 16. RGB value is (114,85,22). Sum of RGB (Red+Green+Blue) = 114+85+22=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #725516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725516 is #8DAAE9. Grayscale: #565656. Windows color (decimal): -9284330 or 1463666. OLE color: 1463666.

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

Color convert

RGB1148522-
CMYK00.250.810.55
HSL41.09º67.65%26.67%-
HSV(B)41.09º80.7%44.71%-
XYZ10.3310.132.17-
YUV86.4991.61147.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.58%
GREEN value IS 85 (33.59% from 255) = 38.46%
BLUE value IS 22 (8.98% from 255) = 9.95%
R=51.58%
G=38.46%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114852200.250.810.5541.0967.6526.67
Hex725516019513729441b
Octal16212526031121675110433
Binary11100101010101101100110011010001110111101001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725516; }

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

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

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

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

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

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

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

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