#765B2D

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

Shades of Horses Neck #765B2D

Tints of Horses Neck #765B2D

Color information

#765B2D (or 0x765B2D) is unknown color: approx Horses Neck. HEX triplet: 76, 5B and 2D. RGB value is (118,91,45). Sum of RGB (Red+Green+Blue) = 118+91+45=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #765B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B2D is #89A4D2. Grayscale: #5E5E5E. Windows color (decimal): -9020627 or 2972534. OLE color: 2972534.

HSL color Cylindrical-coordinate representation of color #765B2D: hue angle of 37.81º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #765B2D is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1189145-
CMYK00.230.620.54
HSL37.81º44.79%31.96%-
HSV(B)37.81º61.86%46.27%-
XYZ11.6911.524.09-
YUV93.83100.45145.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 91 (35.94% from 255) = 35.83%
BLUE value IS 45 (17.97% from 255) = 17.72%
R=46.46%
G=35.83%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118914500.230.620.5437.8144.7931.96
Hex765B2D0173E36262d20
Octal166133550277666465540
Binary11101101011011101101010111111110110110100110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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