#725A24

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

Shades of Horses Neck #725A24

Tints of Horses Neck #725A24

Color information

#725A24 (or 0x725A24) is unknown color: approx Horses Neck. HEX triplet: 72, 5A and 24. RGB value is (114,90,36). Sum of RGB (Red+Green+Blue) = 114+90+36=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #725A24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A24 is #8DA5DB. Grayscale: #5B5B5B. Windows color (decimal): -9283036 or 2382450. OLE color: 2382450.

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

Color convert

RGB1149036-
CMYK00.210.680.55
HSL41.54º52%29.41%-
HSV(B)41.54º68.42%44.71%-
XYZ10.9111.023.22-
YUV91.0296.95144.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 90 (35.55% from 255) = 37.5%
BLUE value IS 36 (14.45% from 255) = 15%
R=47.5%
G=37.5%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114903600.210.680.5541.545229.41
Hex725A2401544372a341d
Octal1621324402510467526435
Binary11100101011010100100010101100010011011110101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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