#75581E

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

Shades of Horses Neck #75581E

Tints of Horses Neck #75581E

Color information

#75581E (or 0x75581E) is unknown color: approx Horses Neck. HEX triplet: 75, 58 and 1E. RGB value is (117,88,30). Sum of RGB (Red+Green+Blue) = 117+88+30=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #75581E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75581E is #8AA7E1. Grayscale: #5A5A5A. Windows color (decimal): -9086946 or 1988725. OLE color: 1988725.

HSL color Cylindrical-coordinate representation of color #75581E: hue angle of 40º 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 #75581E is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1178830-
CMYK00.250.740.54
HSL40º59.18%28.82%-
HSV(B)40º74.36%45.88%-
XYZ11.0610.862.74-
YUV90.0694.11147.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 88 (34.77% from 255) = 37.45%
BLUE value IS 30 (12.11% from 255) = 12.77%
R=49.79%
G=37.45%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117883000.250.740.544059.1828.82
Hex75581E0194A36283b1d
Octal1651303603111266507335
Binary1110101101100011110011001100101011011010100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75581E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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