#575A2A

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

Shades of Saratoga #575A2A

Tints of Saratoga #575A2A

Color information

#575A2A (or 0x575A2A) is unknown color: approx Saratoga. HEX triplet: 57, 5A and 2A. RGB value is (87,90,42). Sum of RGB (Red+Green+Blue) = 87+90+42=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 90 - color contains mainly: green. Hex color #575A2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A2A is #A8A5D5. Grayscale: #535353. Windows color (decimal): -11052502 or 2775639. OLE color: 2775639.

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

Color convert

RGB879042-
CMYK0.0300.530.65
HSL63.75º36.36%25.88%-
HSV(B)63.75º53.33%35.29%-
XYZ89.513.6-
YUV83.63104.51130.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.73%
GREEN value IS 90 (35.55% from 255) = 41.10%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=39.73%
G=41.10%
B=19.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8790420.0300.530.6563.7536.3625.88
Hex575A2A30354140241a
Octal1271325230651011004432
Binary101011110110101010101101101011000001100000010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575A2A; }

 p { color: rgb(87,90,42); }

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

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

 a { background-color: rgb(87,90,42); }

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

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

 span { border-color: rgb(87,90,42); }

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