#576428

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

Shades of Saratoga #576428

Tints of Saratoga #576428

Color information

#576428 (or 0x576428) is unknown color: approx Saratoga. HEX triplet: 57, 64 and 28. RGB value is (87,100,40). Sum of RGB (Red+Green+Blue) = 87+100+40=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 100 - color contains mainly: green. Hex color #576428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576428 is #A89BD7. Grayscale: #595959. Windows color (decimal): -11049944 or 2647127. OLE color: 2647127.

HSL color Cylindrical-coordinate representation of color #576428: hue angle of 73º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #576428 is Cyan = 0.13, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB8710040-
CMYK0.1300.60.61
HSL73º42.86%27.45%-
HSV(B)73º60%39.22%-
XYZ8.8711.293.72-
YUV89.27100.19126.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.33%
GREEN value IS 100 (39.45% from 255) = 44.05%
BLUE value IS 40 (16.02% from 255) = 17.62%
R=38.33%
G=44.05%
B=17.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal87100400.1300.60.617342.8627.45
Hex576428D03C3D492b1b
Octal1271445015074751115333
Binary1010111110010010100011010111100111101100100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576428; }

 p { color: rgb(87,100,40); }

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

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

 a { background-color: rgb(87,100,40); }

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

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

 span { border-color: rgb(87,100,40); }

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