#575829

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

Shades of Saratoga #575829

Tints of Saratoga #575829

Color information

#575829 (or 0x575829) is unknown color: approx Saratoga. HEX triplet: 57, 58 and 29. RGB value is (87,88,41). Sum of RGB (Red+Green+Blue) = 87+88+41=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 88 - color contains mainly: green. Hex color #575829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575829 is #A8A7D6. Grayscale: #525252. Windows color (decimal): -11053015 or 2709591. OLE color: 2709591.

HSL color Cylindrical-coordinate representation of color #575829: hue angle of 61.28º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #575829 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB878841-
CMYK0.0100.530.65
HSL61.28º36.43%25.29%-
HSV(B)61.28º53.41%34.51%-
XYZ7.829.173.45-
YUV82.34104.67131.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.28%
GREEN value IS 88 (34.77% from 255) = 40.74%
BLUE value IS 41 (16.41% from 255) = 18.98%
R=40.28%
G=40.74%
B=18.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8788410.0100.530.6561.2836.4325.29
Hex5758291035413d2419
Octal127130511065101754431
Binary1010111101100010100110110101100000111110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575829; }

 p { color: rgb(87,88,41); }

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

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

 a { background-color: rgb(87,88,41); }

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

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

 span { border-color: rgb(87,88,41); }

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