#725812

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

Shades of Raw Umber #725812

Tints of Raw Umber #725812

Color information

#725812 (or 0x725812) is unknown color: approx Raw Umber. HEX triplet: 72, 58 and 12. RGB value is (114,88,18). Sum of RGB (Red+Green+Blue) = 114+88+18=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #725812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725812 is #8DA7ED. Grayscale: #585858. Windows color (decimal): -9283566 or 1202290. OLE color: 1202290.

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

Color convert

RGB1148818-
CMYK00.230.840.55
HSL43.75º72.73%25.88%-
HSV(B)43.75º84.21%44.71%-
XYZ10.5410.62.06-
YUV87.7988.61146.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 88 (34.77% from 255) = 40%
BLUE value IS 18 (7.42% from 255) = 8.18%
R=51.82%
G=40%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114881800.230.840.5543.7572.7325.88
Hex72581201754372c491a
Octal16213022027124675411132
Binary11100101011000100100101111010100110111101100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725812; }

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

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

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

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

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

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

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

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