#574C47

Color #574C47 Saddle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle #574C47

Tints of Saddle #574C47

Color information

#574C47 (or 0x574C47) is unknown color: approx Saddle. HEX triplet: 57, 4C and 47. RGB value is (87,76,71). Sum of RGB (Red+Green+Blue) = 87+76+71=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 87 - color contains mainly: red. Hex color #574C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C47 is #A8B3B8. Grayscale: #4E4E4E. Windows color (decimal): -11056057 or 4672599. OLE color: 4672599.

HSL color Cylindrical-coordinate representation of color #574C47: hue angle of 18.75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #574C47 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.66.

Color convert

RGB877671-
CMYK00.130.180.66
HSL18.75º10.13%30.98%-
HSV(B)18.75º18.39%34.12%-
XYZ7.657.657.03-
YUV78.72123.64133.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 76 (30.08% from 255) = 32.48%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=37.18%
G=32.48%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87767100.130.180.6618.7510.1330.98
Hex574C470D124213a1f
Octal12711410701522102231237
Binary1010111100110010001110110110010100001010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574C47; }

 p { color: rgb(87,76,71); }

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

<style>
 a { background-color: #574C47; }

 a { background-color: rgb(87,76,71); }

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

<style>
 span { border-color: #574C47; }

 span { border-color: rgb(87,76,71); }

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