#725C29

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

Shades of Horses Neck #725C29

Tints of Horses Neck #725C29

Color information

#725C29 (or 0x725C29) is unknown color: approx Horses Neck. HEX triplet: 72, 5C and 29. RGB value is (114,92,41). Sum of RGB (Red+Green+Blue) = 114+92+41=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #725C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725C29 is #8DA3D6. Grayscale: #5C5C5C. Windows color (decimal): -9282519 or 2710642. OLE color: 2710642.

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

Color convert

RGB1149241-
CMYK00.190.640.55
HSL41.92º47.1%30.39%-
HSV(B)41.92º64.04%44.71%-
XYZ11.1711.393.71-
YUV92.7698.79143.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 92 (36.33% from 255) = 37.25%
BLUE value IS 41 (16.41% from 255) = 16.60%
R=46.15%
G=37.25%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114924100.190.640.5541.9247.130.39
Hex725C2901340372a2f1e
Octal1621345102310067525736
Binary11100101011100101001010011100000011011110101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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