#725A19

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

Shades of Horses Neck #725A19

Tints of Horses Neck #725A19

Color information

#725A19 (or 0x725A19) is unknown color: approx Horses Neck. HEX triplet: 72, 5A and 19. RGB value is (114,90,25). Sum of RGB (Red+Green+Blue) = 114+90+25=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #725A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725A19 is #8DA5E6. Grayscale: #5A5A5A. Windows color (decimal): -9283047 or 1661554. OLE color: 1661554.

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

Color convert

RGB1149025-
CMYK00.210.780.55
HSL43.82º64.03%27.25%-
HSV(B)43.82º78.07%44.71%-
XYZ10.7710.962.47-
YUV89.7791.45145.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 90 (35.55% from 255) = 39.30%
BLUE value IS 25 (10.16% from 255) = 10.92%
R=49.78%
G=39.30%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114902500.210.780.5543.8264.0327.25
Hex725A190154E372c401b
Octal16213231025116675410033
Binary11100101011010110010101011001110110111101100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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