#576425

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

Shades of Saratoga #576425

Tints of Saratoga #576425

Color information

#576425 (or 0x576425) is unknown color: approx Saratoga. HEX triplet: 57, 64 and 25. RGB value is (87,100,37). Sum of RGB (Red+Green+Blue) = 87+100+37=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 100 - color contains mainly: green. Hex color #576425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576425 is #A89BDA. Grayscale: #595959. Windows color (decimal): -11049947 or 2450519. OLE color: 2450519.

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

Color convert

RGB8710037-
CMYK0.1300.630.61
HSL72.38º45.99%26.86%-
HSV(B)72.38º63%39.22%-
XYZ8.8211.273.46-
YUV88.9398.69126.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 100 (39.45% from 255) = 44.64%
BLUE value IS 37 (14.84% from 255) = 16.52%
R=38.84%
G=44.64%
B=16.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal87100370.1300.630.6172.3845.9926.86
Hex576425D03F3D482e1b
Octal1271444515077751105633
Binary1010111110010010010111010111111111101100100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576425; }

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

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

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

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

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

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

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

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