#75582A

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

Shades of Horses Neck #75582A

Tints of Horses Neck #75582A

Color information

#75582A (or 0x75582A) is unknown color: approx Horses Neck. HEX triplet: 75, 58 and 2A. RGB value is (117,88,42). Sum of RGB (Red+Green+Blue) = 117+88+42=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75582A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75582A is #8AA7D5. Grayscale: #5B5B5B. Windows color (decimal): -9086934 or 2775157. OLE color: 2775157.

HSL color Cylindrical-coordinate representation of color #75582A: hue angle of 36.8º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75582A is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1178842-
CMYK00.250.640.54
HSL36.8º47.17%31.18%-
HSV(B)36.8º64.1%45.88%-
XYZ11.2410.933.71-
YUV91.43100.11146.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=47.37%
G=35.63%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117884200.250.640.5436.847.1731.18
Hex75582A0194036252f1f
Octal1651305203110066455737
Binary11101011011000101010011001100000011011010010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75582A; }

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

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

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

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

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

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

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

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