#765B20

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

Shades of Horses Neck #765B20

Tints of Horses Neck #765B20

Color information

#765B20 (or 0x765B20) is unknown color: approx Horses Neck. HEX triplet: 76, 5B and 20. RGB value is (118,91,32). Sum of RGB (Red+Green+Blue) = 118+91+32=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #765B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B20 is #89A4DF. Grayscale: #5C5C5C. Windows color (decimal): -9020640 or 2120566. OLE color: 2120566.

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

Color convert

RGB1189132-
CMYK00.230.730.54
HSL41.16º57.33%29.41%-
HSV(B)41.16º72.88%46.27%-
XYZ11.4711.442.97-
YUV92.3593.95146.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 91 (35.94% from 255) = 37.76%
BLUE value IS 32 (12.89% from 255) = 13.28%
R=48.96%
G=37.76%
B=13.28%

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
Decimal118913200.230.730.5441.1657.3329.41
Hex765B20017493629391d
Octal1661334002711166517135
Binary11101101011011100000010111100100111011010100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765B20; }

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

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

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

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

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

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

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

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