#755A20

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

Shades of Horses Neck #755A20

Tints of Horses Neck #755A20

Color information

#755A20 (or 0x755A20) is unknown color: approx Horses Neck. HEX triplet: 75, 5A and 20. RGB value is (117,90,32). Sum of RGB (Red+Green+Blue) = 117+90+32=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #755A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A20 is #8AA5DF. Grayscale: #5B5B5B. Windows color (decimal): -9086432 or 2120309. OLE color: 2120309.

HSL color Cylindrical-coordinate representation of color #755A20: hue angle of 40.94º 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 #755A20 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB1179032-
CMYK00.230.730.54
HSL40.94º57.05%29.22%-
HSV(B)40.94º72.65%45.88%-
XYZ11.2511.22.93-
YUV91.4694.45146.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 90 (35.55% from 255) = 37.66%
BLUE value IS 32 (12.89% from 255) = 13.39%
R=48.95%
G=37.66%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117903200.230.730.5440.9457.0529.22
Hex755A20017493629391d
Octal1651324002711166517135
Binary11101011011010100000010111100100111011010100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755A20; }

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

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

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

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

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

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

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

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