#765521

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

Shades of Horses Neck #765521

Tints of Horses Neck #765521

Color information

#765521 (or 0x765521) is unknown color: approx Horses Neck. HEX triplet: 76, 55 and 21. RGB value is (118,85,33). Sum of RGB (Red+Green+Blue) = 118+85+33=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #765521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765521 is #89AADE. Grayscale: #595959. Windows color (decimal): -9022175 or 2184566. OLE color: 2184566.

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

Color convert

RGB1188533-
CMYK00.280.720.54
HSL36.71º56.29%29.61%-
HSV(B)36.71º72.03%46.27%-
XYZ10.9910.462.88-
YUV88.9496.43148.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 33 (13.28% from 255) = 13.98%
R=50%
G=36.02%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118853300.280.720.5436.7156.2929.61
Hex76552101C483625381e
Octal1661254103411066457036
Binary11101101010101100001011100100100011011010010111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765521; }

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

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

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

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

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

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

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

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