#725A29

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

Shades of Horses Neck #725A29

Tints of Horses Neck #725A29

Color information

#725A29 (or 0x725A29) is unknown color: approx Horses Neck. HEX triplet: 72, 5A and 29. RGB value is (114,90,41). Sum of RGB (Red+Green+Blue) = 114+90+41=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #725A29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A29 is #8DA5D6. Grayscale: #5B5B5B. Windows color (decimal): -9283031 or 2710130. OLE color: 2710130.

HSL color Cylindrical-coordinate representation of color #725A29: hue angle of 40.27º 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 #725A29 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB1149041-
CMYK00.210.640.55
HSL40.27º47.1%30.39%-
HSV(B)40.27º64.04%44.71%-
XYZ1111.053.65-
YUV91.5999.45143.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 41 (16.41% from 255) = 16.73%
R=46.53%
G=36.73%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114904100.210.640.5540.2747.130.39
Hex725A290154037282f1e
Octal1621325102510067505736
Binary11100101011010101001010101100000011011110100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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