#765A24

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

Shades of Horses Neck #765A24

Tints of Horses Neck #765A24

Color information

#765A24 (or 0x765A24) is unknown color: approx Horses Neck. HEX triplet: 76, 5A and 24. RGB value is (118,90,36). Sum of RGB (Red+Green+Blue) = 118+90+36=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #765A24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A24 is #89A5DB. Grayscale: #5C5C5C. Windows color (decimal): -9020892 or 2382454. OLE color: 2382454.

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

Color convert

RGB1189036-
CMYK00.240.690.54
HSL39.51º53.25%30.2%-
HSV(B)39.51º69.49%46.27%-
XYZ11.4511.293.25-
YUV92.2296.28146.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 90 (35.55% from 255) = 36.89%
BLUE value IS 36 (14.45% from 255) = 14.75%
R=48.36%
G=36.89%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118903600.240.690.5439.5153.2530.2
Hex765A24018453628351e
Octal1661324403010566506536
Binary11101101011010100100011000100010111011010100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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