#725C25

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

Shades of Horses Neck #725C25

Tints of Horses Neck #725C25

Color information

#725C25 (or 0x725C25) is unknown color: approx Horses Neck. HEX triplet: 72, 5C and 25. RGB value is (114,92,37). Sum of RGB (Red+Green+Blue) = 114+92+37=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #725C25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725C25 is #8DA3DA. Grayscale: #5C5C5C. Windows color (decimal): -9282523 or 2448498. OLE color: 2448498.

HSL color Cylindrical-coordinate representation of color #725C25: hue angle of 42.86º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #725C25 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1149237-
CMYK00.190.680.55
HSL42.86º50.99%29.61%-
HSV(B)42.86º67.54%44.71%-
XYZ11.111.373.36-
YUV92.3196.79143.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 92 (36.33% from 255) = 37.86%
BLUE value IS 37 (14.84% from 255) = 15.23%
R=46.91%
G=37.86%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114923700.190.680.5542.8650.9929.61
Hex725C2501344372b331e
Octal1621344502310467536336
Binary11100101011100100101010011100010011011110101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,92,37); }

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

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

 a { background-color: rgb(114,92,37); }

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

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

 span { border-color: rgb(114,92,37); }

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