#574842

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

Shades of Saddle #574842

Tints of Saddle #574842

Color information

#574842 (or 0x574842) is unknown color: approx Saddle. HEX triplet: 57, 48 and 42. RGB value is (87,72,66). Sum of RGB (Red+Green+Blue) = 87+72+66=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 87 - color contains mainly: red. Hex color #574842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574842 is #A8B7BD. Grayscale: #4B4B4B. Windows color (decimal): -11057086 or 4343895. OLE color: 4343895.

HSL color Cylindrical-coordinate representation of color #574842: hue angle of 17.14º 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 #574842 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB877266-
CMYK00.170.240.66
HSL17.14º13.73%30%-
HSV(B)17.14º24.14%34.12%-
XYZ7.237.056.13-
YUV75.8122.47135.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=38.67%
G=32%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87726600.170.240.6617.1413.7330
Hex574842011184211e1e
Octal12711010202130102211636
Binary10101111001000100001001000111000100001010001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574842; }

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

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

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

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

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

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

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

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