#57622B

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

Shades of Saratoga #57622B

Tints of Saratoga #57622B

Color information

#57622B (or 0x57622B) is unknown color: approx Saratoga. HEX triplet: 57, 62 and 2B. RGB value is (87,98,43). Sum of RGB (Red+Green+Blue) = 87+98+43=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #57622B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57622B is #A89DD4. Grayscale: #585858. Windows color (decimal): -11050453 or 2843223. OLE color: 2843223.

HSL color Cylindrical-coordinate representation of color #57622B: hue angle of 72º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57622B is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB879843-
CMYK0.1100.560.62
HSL72º39.01%27.65%-
HSV(B)72º56.12%38.43%-
XYZ8.7310.943.94-
YUV88.44102.36126.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.16%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 43 (17.19% from 255) = 18.86%
R=38.16%
G=42.98%
B=18.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8798430.1100.560.627239.0127.65
Hex57622BB0383E48271c
Octal1271425313070761104734
Binary1010111110001010101110110111000111110100100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57622B; }

 p { color: rgb(87,98,43); }

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

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

 a { background-color: rgb(87,98,43); }

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

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

 span { border-color: rgb(87,98,43); }

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