#765424

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

Shades of Horses Neck #765424

Tints of Horses Neck #765424

Color information

#765424 (or 0x765424) is unknown color: approx Horses Neck. HEX triplet: 76, 54 and 24. RGB value is (118,84,36). Sum of RGB (Red+Green+Blue) = 118+84+36=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #765424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765424 is #89ABDB. Grayscale: #585858. Windows color (decimal): -9022428 or 2380918. OLE color: 2380918.

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

Color convert

RGB1188436-
CMYK00.290.690.54
HSL35.12º53.25%30.2%-
HSV(B)35.12º69.49%46.27%-
XYZ10.9610.323.08-
YUV88.6998.26148.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 36 (14.45% from 255) = 15.13%
R=49.58%
G=35.29%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118843600.290.690.5435.1253.2530.2
Hex76542401D453623351e
Octal1661244403510566436536
Binary11101101010100100100011101100010111011010001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765424; }

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

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

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

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

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

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

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

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