#755620

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

Shades of Horses Neck #755620

Tints of Horses Neck #755620

Color information

#755620 (or 0x755620) is unknown color: approx Horses Neck. HEX triplet: 75, 56 and 20. RGB value is (117,86,32). Sum of RGB (Red+Green+Blue) = 117+86+32=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #755620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755620 is #8AA9DF. Grayscale: #595959. Windows color (decimal): -9087456 or 2119285. OLE color: 2119285.

HSL color Cylindrical-coordinate representation of color #755620: hue angle of 38.12º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #755620 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB1178632-
CMYK00.260.730.54
HSL38.12º57.05%29.22%-
HSV(B)38.12º72.65%45.88%-
XYZ10.9210.542.83-
YUV89.1195.77147.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 86 (33.98% from 255) = 36.60%
BLUE value IS 32 (12.89% from 255) = 13.62%
R=49.79%
G=36.60%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117863200.260.730.5438.1257.0529.22
Hex75562001A493626391d
Octal1651264003211166467135
Binary11101011010110100000011010100100111011010011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755620; }

 p { color: rgb(117,86,32); }

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

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

 a { background-color: rgb(117,86,32); }

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

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

 span { border-color: rgb(117,86,32); }

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