#576227

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

Shades of Saratoga #576227

Tints of Saratoga #576227

Color information

#576227 (or 0x576227) is unknown color: approx Saratoga. HEX triplet: 57, 62 and 27. RGB value is (87,98,39). Sum of RGB (Red+Green+Blue) = 87+98+39=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #576227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576227 is #A89DD8. Grayscale: #585858. Windows color (decimal): -11050457 or 2581079. OLE color: 2581079.

HSL color Cylindrical-coordinate representation of color #576227: hue angle of 71.19º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #576227 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB879839-
CMYK0.1100.600.62
HSL71.19º43.07%26.86%-
HSV(B)71.19º60.2%38.43%-
XYZ8.6610.913.57-
YUV87.98100.36127.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 39 (15.62% from 255) = 17.41%
R=38.84%
G=43.75%
B=17.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8798390.1100.600.6271.1943.0726.86
Hex576227B03C3E472b1b
Octal1271424713074761075333
Binary1010111110001010011110110111100111110100011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576227; }

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

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

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

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

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

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

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

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