#765C24

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

Shades of Horses Neck #765C24

Tints of Horses Neck #765C24

Color information

#765C24 (or 0x765C24) is unknown color: approx Horses Neck. HEX triplet: 76, 5C and 24. RGB value is (118,92,36). Sum of RGB (Red+Green+Blue) = 118+92+36=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #765C24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C24 is #89A3DB. Grayscale: #5D5D5D. Windows color (decimal): -9020380 or 2382966. OLE color: 2382966.

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

Color convert

RGB1189236-
CMYK00.220.690.54
HSL40.98º53.25%30.2%-
HSV(B)40.98º69.49%46.27%-
XYZ11.6211.633.3-
YUV93.3995.61145.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 92 (36.33% from 255) = 37.40%
BLUE value IS 36 (14.45% from 255) = 14.63%
R=47.97%
G=37.40%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118923600.220.690.5440.9853.2530.2
Hex765C24016453629351e
Octal1661344402610566516536
Binary11101101011100100100010110100010111011010100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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