#725D20

Color #725D20 Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #725D20

Tints of Horses Neck #725D20

Color information

#725D20 (or 0x725D20) is unknown color: approx Horses Neck. HEX triplet: 72, 5D and 20. RGB value is (114,93,32). Sum of RGB (Red+Green+Blue) = 114+93+32=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #725D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725D20 is #8DA2DF. Grayscale: #5C5C5C. Windows color (decimal): -9282272 or 2121074. OLE color: 2121074.

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

Color convert

RGB1149332-
CMYK00.180.720.55
HSL44.63º56.16%28.63%-
HSV(B)44.63º71.93%44.71%-
XYZ11.1111.513-
YUV92.3293.96143.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.70%
GREEN value IS 93 (36.72% from 255) = 38.91%
BLUE value IS 32 (12.89% from 255) = 13.39%
R=47.70%
G=38.91%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114933200.180.720.5544.6356.1628.63
Hex725D2001248372d381d
Octal1621354002211067557035
Binary11100101011101100000010010100100011011110110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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