#574742

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

Shades of Saddle #574742

Tints of Saddle #574742

Color information

#574742 (or 0x574742) is unknown color: approx Saddle. HEX triplet: 57, 47 and 42. RGB value is (87,71,66). Sum of RGB (Red+Green+Blue) = 87+71+66=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #574742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574742 is #A8B8BD. Grayscale: #4B4B4B. Windows color (decimal): -11057342 or 4343639. OLE color: 4343639.

HSL color Cylindrical-coordinate representation of color #574742: hue angle of 14.29º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #574742 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB877166-
CMYK00.180.240.66
HSL14.29º13.73%30%-
HSV(B)14.29º24.14%34.12%-
XYZ7.176.936.11-
YUV75.21122.8136.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 66 (26.17% from 255) = 29.46%
R=38.84%
G=31.70%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87716600.180.240.6614.2913.7330
Hex5747420121842ee1e
Octal12710710202230102161636
Binary1010111100011110000100100101100010000101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574742; }

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

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

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

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

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

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

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

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