#55572A

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

Shades of Saratoga #55572A

Tints of Saratoga #55572A

Color information

#55572A (or 0x55572A) is unknown color: approx Saratoga. HEX triplet: 55, 57 and 2A. RGB value is (85,87,42). Sum of RGB (Red+Green+Blue) = 85+87+42=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 87 - color contains mainly: green. Hex color #55572A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55572A is #AAA8D5. Grayscale: #515151. Windows color (decimal): -11184342 or 2774869. OLE color: 2774869.

HSL color Cylindrical-coordinate representation of color #55572A: hue angle of 62.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55572A is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB858742-
CMYK0.0200.520.66
HSL62.67º34.88%25.29%-
HSV(B)62.67º51.72%34.12%-
XYZ7.578.913.51-
YUV81.27105.84130.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 87 (34.38% from 255) = 40.65%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=39.72%
G=40.65%
B=19.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8587420.0200.520.6662.6734.8825.29
Hex55572A2034423f2319
Octal125127522064102774331
Binary10101011010111101010100110100100001011111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55572A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55572A; }

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

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

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

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

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

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

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

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