#725D06

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

Shades of Raw Umber #725D06

Tints of Raw Umber #725D06

Color information

#725D06 (or 0x725D06) is unknown color: approx Raw Umber. HEX triplet: 72, 5D and 06. RGB value is (114,93,6). Sum of RGB (Red+Green+Blue) = 114+93+6=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #725D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725D06 is #8DA2F9. Grayscale: #595959. Windows color (decimal): -9282298 or 417138. OLE color: 417138.

HSL color Cylindrical-coordinate representation of color #725D06: hue angle of 48.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #725D06 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB114936-
CMYK00.180.950.55
HSL48.33º90%23.53%-
HSV(B)48.33º94.74%44.71%-
XYZ10.8911.421.8-
YUV89.3680.96145.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 93 (36.72% from 255) = 43.66%
BLUE value IS 6 (2.73% from 255) = 2.82%
R=53.52%
G=43.66%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11493600.180.950.5548.339023.53
Hex725D60125F37305a18
Octal1621356022137676013230
Binary111001010111011100100101011111110111110000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725D06; }

 p { color: rgb(114,93,6); }

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

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

 a { background-color: rgb(114,93,6); }

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

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

 span { border-color: rgb(114,93,6); }

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