#725720

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

Shades of Horses Neck #725720

Tints of Horses Neck #725720

Color information

#725720 (or 0x725720) is unknown color: approx Horses Neck. HEX triplet: 72, 57 and 20. RGB value is (114,87,32). Sum of RGB (Red+Green+Blue) = 114+87+32=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #725720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725720 is #8DA8DF. Grayscale: #595959. Windows color (decimal): -9283808 or 2119538. OLE color: 2119538.

HSL color Cylindrical-coordinate representation of color #725720: hue angle of 40.24º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #725720 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1148732-
CMYK00.240.720.55
HSL40.24º56.16%28.63%-
HSV(B)40.24º71.93%44.71%-
XYZ10.6110.52.83-
YUV88.895.95145.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.93%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 32 (12.89% from 255) = 13.73%
R=48.93%
G=37.34%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114873200.240.720.5540.2456.1628.63
Hex725720018483728381d
Octal1621274003011067507035
Binary11100101010111100000011000100100011011110100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725720; }

 p { color: rgb(114,87,32); }

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

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

 a { background-color: rgb(114,87,32); }

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

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

 span { border-color: rgb(114,87,32); }

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