#765A21

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

Shades of Horses Neck #765A21

Tints of Horses Neck #765A21

Color information

#765A21 (or 0x765A21) is unknown color: approx Horses Neck. HEX triplet: 76, 5A and 21. RGB value is (118,90,33). Sum of RGB (Red+Green+Blue) = 118+90+33=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #765A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A21 is #89A5DE. Grayscale: #5C5C5C. Windows color (decimal): -9020895 or 2185846. OLE color: 2185846.

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

Color convert

RGB1189033-
CMYK00.240.720.54
HSL40.24º56.29%29.61%-
HSV(B)40.24º72.03%46.27%-
XYZ11.411.273.01-
YUV91.8794.78146.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 90 (35.55% from 255) = 37.34%
BLUE value IS 33 (13.28% from 255) = 13.69%
R=48.96%
G=37.34%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118903300.240.720.5440.2456.2929.61
Hex765A21018483628381e
Octal1661324103011066507036
Binary11101101011010100001011000100100011011010100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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