#755820

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

Shades of Horses Neck #755820

Tints of Horses Neck #755820

Color information

#755820 (or 0x755820) is unknown color: approx Horses Neck. HEX triplet: 75, 58 and 20. RGB value is (117,88,32). Sum of RGB (Red+Green+Blue) = 117+88+32=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #755820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755820 is #8AA7DF. Grayscale: #5A5A5A. Windows color (decimal): -9086944 or 2119797. OLE color: 2119797.

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

Color convert

RGB1178832-
CMYK00.250.730.54
HSL39.53º57.05%29.22%-
HSV(B)39.53º72.65%45.88%-
XYZ11.0910.872.88-
YUV90.2995.11147.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 32 (12.89% from 255) = 13.50%
R=49.37%
G=37.13%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117883200.250.730.5439.5357.0529.22
Hex755820019493628391d
Octal1651304003111166507135
Binary11101011011000100000011001100100111011010100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755820; }

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

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

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

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

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

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

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

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