#75572C

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

Shades of Horses Neck #75572C

Tints of Horses Neck #75572C

Color information

#75572C (or 0x75572C) is unknown color: approx Horses Neck. HEX triplet: 75, 57 and 2C. RGB value is (117,87,44). Sum of RGB (Red+Green+Blue) = 117+87+44=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75572C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75572C is #8AA8D3. Grayscale: #5B5B5B. Windows color (decimal): -9087188 or 2905973. OLE color: 2905973.

HSL color Cylindrical-coordinate representation of color #75572C: hue angle of 35.34º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75572C is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1178744-
CMYK00.260.620.54
HSL35.34º45.34%31.57%-
HSV(B)35.34º62.39%45.88%-
XYZ11.210.783.87-
YUV91.07101.44146.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 44 (17.58% from 255) = 17.74%
R=47.18%
G=35.08%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117874400.260.620.5435.3445.3431.57
Hex75572C01A3E36232d20
Octal165127540327666435540
Binary11101011010111101100011010111110110110100011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75572C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75572C; }

 p { color: rgb(117,87,44); }

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

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

 a { background-color: rgb(117,87,44); }

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

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

 span { border-color: rgb(117,87,44); }

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