#75591E

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

Shades of Horses Neck #75591E

Tints of Horses Neck #75591E

Color information

#75591E (or 0x75591E) is unknown color: approx Horses Neck. HEX triplet: 75, 59 and 1E. RGB value is (117,89,30). Sum of RGB (Red+Green+Blue) = 117+89+30=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #75591E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75591E is #8AA6E1. Grayscale: #5A5A5A. Windows color (decimal): -9086690 or 1988981. OLE color: 1988981.

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

Color convert

RGB1178930-
CMYK00.240.740.54
HSL40.69º59.18%28.82%-
HSV(B)40.69º74.36%45.88%-
XYZ11.1411.022.77-
YUV90.6593.78146.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 89 (35.16% from 255) = 37.71%
BLUE value IS 30 (12.11% from 255) = 12.71%
R=49.58%
G=37.71%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117893000.240.740.5440.6959.1828.82
Hex75591E0184A36293b1d
Octal1651313603011266517335
Binary1110101101100111110011000100101011011010100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75591E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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