#576127

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

Shades of Saratoga #576127

Tints of Saratoga #576127

Color information

#576127 (or 0x576127) is unknown color: approx Saratoga. HEX triplet: 57, 61 and 27. RGB value is (87,97,39). Sum of RGB (Red+Green+Blue) = 87+97+39=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #576127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576127 is #A89ED8. Grayscale: #575757. Windows color (decimal): -11050713 or 2580823. OLE color: 2580823.

HSL color Cylindrical-coordinate representation of color #576127: hue angle of 70.34º 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 #576127 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB879739-
CMYK0.1000.600.62
HSL70.34º42.65%26.67%-
HSV(B)70.34º59.79%38.04%-
XYZ8.5710.723.54-
YUV87.4100.69127.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.01%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 39 (15.62% from 255) = 17.49%
R=39.01%
G=43.50%
B=17.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8797390.1000.600.6270.3442.6526.67
Hex576127A03C3E462b1b
Octal1271414712074761065333
Binary1010111110000110011110100111100111110100011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576127; }

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

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

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

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

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

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

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

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