#765520

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

Shades of Horses Neck #765520

Tints of Horses Neck #765520

Color information

#765520 (or 0x765520) is unknown color: approx Horses Neck. HEX triplet: 76, 55 and 20. RGB value is (118,85,32). Sum of RGB (Red+Green+Blue) = 118+85+32=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #765520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765520 is #89AADF. Grayscale: #595959. Windows color (decimal): -9022176 or 2119030. OLE color: 2119030.

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

Color convert

RGB1188532-
CMYK00.280.730.54
HSL36.98º57.33%29.41%-
HSV(B)36.98º72.88%46.27%-
XYZ10.9810.452.81-
YUV88.8295.93148.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 32 (12.89% from 255) = 13.62%
R=50.21%
G=36.17%
B=13.62%

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
Decimal118853200.280.730.5436.9857.3329.41
Hex76552001C493625391d
Octal1661254003411166457135
Binary11101101010101100000011100100100111011010010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765520; }

 p { color: rgb(118,85,32); }

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

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

 a { background-color: rgb(118,85,32); }

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

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

 span { border-color: rgb(118,85,32); }

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