#75572D

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

Shades of Horses Neck #75572D

Tints of Horses Neck #75572D

Color information

#75572D (or 0x75572D) is unknown color: approx Horses Neck. HEX triplet: 75, 57 and 2D. RGB value is (117,87,45). Sum of RGB (Red+Green+Blue) = 117+87+45=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #75572D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75572D is #8AA8D2. Grayscale: #5B5B5B. Windows color (decimal): -9087187 or 2971509. OLE color: 2971509.

HSL color Cylindrical-coordinate representation of color #75572D: hue angle of 35º degrees, saturation: 0.44, 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 #75572D is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1178745-
CMYK00.260.620.54
HSL35º44.44%31.76%-
HSV(B)35º61.54%45.88%-
XYZ11.2210.793.97-
YUV91.18101.94146.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 45 (17.97% from 255) = 18.07%
R=46.99%
G=34.94%
B=18.07%

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
Decimal117874500.260.620.543544.4431.76
Hex75572D01A3E36232c20
Octal165127550327666435440
Binary11101011010111101101011010111110110110100011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75572D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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