#725D08

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

Shades of Raw Umber #725D08

Tints of Raw Umber #725D08

Color information

#725D08 (or 0x725D08) is unknown color: approx Raw Umber. HEX triplet: 72, 5D and 08. RGB value is (114,93,8). Sum of RGB (Red+Green+Blue) = 114+93+8=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #725D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725D08 is #8DA2F7. Grayscale: #595959. Windows color (decimal): -9282296 or 548210. OLE color: 548210.

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

Color convert

RGB114938-
CMYK00.180.930.55
HSL48.11º86.89%23.92%-
HSV(B)48.11º92.98%44.71%-
XYZ10.911.421.86-
YUV89.5981.96145.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 93 (36.72% from 255) = 43.26%
BLUE value IS 8 (3.52% from 255) = 3.72%
R=53.02%
G=43.26%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11493800.180.930.5548.1186.8923.92
Hex725D80125D37305718
Octal16213510022135676012730
Binary1110010101110110000100101011101110111110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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