#765B21

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

Shades of Horses Neck #765B21

Tints of Horses Neck #765B21

Color information

#765B21 (or 0x765B21) is unknown color: approx Horses Neck. HEX triplet: 76, 5B and 21. RGB value is (118,91,33). Sum of RGB (Red+Green+Blue) = 118+91+33=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #765B21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B21 is #89A4DE. Grayscale: #5C5C5C. Windows color (decimal): -9020639 or 2186102. OLE color: 2186102.

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

Color convert

RGB1189133-
CMYK00.230.720.54
HSL40.94º56.29%29.61%-
HSV(B)40.94º72.03%46.27%-
XYZ11.4911.443.04-
YUV92.4694.45146.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 91 (35.94% from 255) = 37.60%
BLUE value IS 33 (13.28% from 255) = 13.64%
R=48.76%
G=37.60%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118913300.230.720.5440.9456.2929.61
Hex765B21017483629381e
Octal1661334102711066517036
Binary11101101011011100001010111100100011011010100111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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