#75592E

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

Shades of Horses Neck #75592E

Tints of Horses Neck #75592E

Color information

#75592E (or 0x75592E) is unknown color: approx Horses Neck. HEX triplet: 75, 59 and 2E. RGB value is (117,89,46). Sum of RGB (Red+Green+Blue) = 117+89+46=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #75592E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75592E is #8AA6D1. Grayscale: #5C5C5C. Windows color (decimal): -9086674 or 3037557. OLE color: 3037557.

HSL color Cylindrical-coordinate representation of color #75592E: hue angle of 36.34º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75592E is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB1178946-
CMYK00.240.610.54
HSL36.34º43.56%31.96%-
HSV(B)36.34º60.68%45.88%-
XYZ11.411.124.13-
YUV92.47101.78145.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 46 (18.36% from 255) = 18.25%
R=46.43%
G=35.32%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117894600.240.610.5436.3443.5631.96
Hex75592E0183D36242c20
Octal165131560307566445440
Binary11101011011001101110011000111101110110100100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75592E; }

 p { color: rgb(117,89,46); }

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

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

 a { background-color: rgb(117,89,46); }

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

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

 span { border-color: rgb(117,89,46); }

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