#755420

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

Shades of Horses Neck #755420

Tints of Horses Neck #755420

Color information

#755420 (or 0x755420) is unknown color: approx Horses Neck. HEX triplet: 75, 54 and 20. RGB value is (117,84,32). Sum of RGB (Red+Green+Blue) = 117+84+32=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #755420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755420 is #8AABDF. Grayscale: #585858. Windows color (decimal): -9087968 or 2118773. OLE color: 2118773.

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

Color convert

RGB1178432-
CMYK00.280.730.54
HSL36.71º57.05%29.22%-
HSV(B)36.71º72.65%45.88%-
XYZ10.7710.232.77-
YUV87.9496.43148.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 32 (12.89% from 255) = 13.73%
R=50.21%
G=36.05%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117843200.280.730.5436.7157.0529.22
Hex75542001C493625391d
Octal1651244003411166457135
Binary11101011010100100000011100100100111011010010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755420; }

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

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

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

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

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

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

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

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