#574F4A

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

Shades of Saddle #574F4A

Tints of Saddle #574F4A

Color information

#574F4A (or 0x574F4A) is unknown color: approx Saddle. HEX triplet: 57, 4F and 4A. RGB value is (87,79,74). Sum of RGB (Red+Green+Blue) = 87+79+74=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 87 - color contains mainly: red. Hex color #574F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F4A is #A8B0B5. Grayscale: #505050. Windows color (decimal): -11055286 or 4869975. OLE color: 4869975.

HSL color Cylindrical-coordinate representation of color #574F4A: hue angle of 23.08º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #574F4A is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB877974-
CMYK00.090.150.66
HSL23.08º8.07%31.57%-
HSV(B)23.08º14.94%34.12%-
XYZ7.968.117.62-
YUV80.82124.15132.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.25%
GREEN value IS 79 (31.25% from 255) = 32.92%
BLUE value IS 74 (29.30% from 255) = 30.83%
R=36.25%
G=32.92%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87797400.090.150.6623.088.0731.57
Hex574F4A09F4217820
Octal12711711201117102271040
Binary1010111100111110010100100111111000010101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,79,74); }

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

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

 a { background-color: rgb(87,79,74); }

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

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

 span { border-color: rgb(87,79,74); }

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