#725612

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

Shades of Raw Umber #725612

Tints of Raw Umber #725612

Color information

#725612 (or 0x725612) is unknown color: approx Raw Umber. HEX triplet: 72, 56 and 12. RGB value is (114,86,18). Sum of RGB (Red+Green+Blue) = 114+86+18=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #725612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725612 is #8DA9ED. Grayscale: #565656. Windows color (decimal): -9284078 or 1201778. OLE color: 1201778.

HSL color Cylindrical-coordinate representation of color #725612: hue angle of 42.5º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #725612 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1148618-
CMYK00.250.840.55
HSL42.5º72.73%25.88%-
HSV(B)42.5º84.21%44.71%-
XYZ10.3810.282.01-
YUV86.6289.28147.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 86 (33.98% from 255) = 39.45%
BLUE value IS 18 (7.42% from 255) = 8.26%
R=52.29%
G=39.45%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114861800.250.840.5542.572.7325.88
Hex72561201954372a491a
Octal16212622031124675211132
Binary11100101010110100100110011010100110111101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725612; }

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

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

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

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

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

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

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

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