#725416

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

Shades of Raw Umber #725416

Tints of Raw Umber #725416

Color information

#725416 (or 0x725416) is unknown color: approx Raw Umber. HEX triplet: 72, 54 and 16. RGB value is (114,84,22). Sum of RGB (Red+Green+Blue) = 114+84+22=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #725416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725416 is #8DABE9. Grayscale: #565656. Windows color (decimal): -9284586 or 1463410. OLE color: 1463410.

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

Color convert

RGB1148422-
CMYK00.260.810.55
HSL40.43º67.65%26.67%-
HSV(B)40.43º80.7%44.71%-
XYZ10.259.982.14-
YUV85.991.94148.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 22 (8.98% from 255) = 10%
R=51.82%
G=38.18%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114842200.260.810.5540.4367.6526.67
Hex72541601A513728441b
Octal16212426032121675010433
Binary11100101010100101100110101010001110111101000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725416; }

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

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

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

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

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

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

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

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