#725616

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

Shades of Raw Umber #725616

Tints of Raw Umber #725616

Color information

#725616 (or 0x725616) is unknown color: approx Raw Umber. HEX triplet: 72, 56 and 16. RGB value is (114,86,22). Sum of RGB (Red+Green+Blue) = 114+86+22=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #725616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725616 is #8DA9E9. Grayscale: #575757. Windows color (decimal): -9284074 or 1463922. OLE color: 1463922.

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

Color convert

RGB1148622-
CMYK00.250.810.55
HSL41.74º67.65%26.67%-
HSV(B)41.74º80.7%44.71%-
XYZ10.4110.292.2-
YUV87.0891.28147.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.35%
GREEN value IS 86 (33.98% from 255) = 38.74%
BLUE value IS 22 (8.98% from 255) = 9.91%
R=51.35%
G=38.74%
B=9.91%

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
Decimal114862200.250.810.5541.7467.6526.67
Hex72561601951372a441b
Octal16212626031121675210433
Binary11100101010110101100110011010001110111101010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725616; }

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

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

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

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

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

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

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

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