#576025

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

Shades of Saratoga #576025

Tints of Saratoga #576025

Color information

#576025 (or 0x576025) is unknown color: approx Saratoga. HEX triplet: 57, 60 and 25. RGB value is (87,96,37). Sum of RGB (Red+Green+Blue) = 87+96+37=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #576025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576025 is #A89FDA. Grayscale: #565656. Windows color (decimal): -11050971 or 2449495. OLE color: 2449495.

HSL color Cylindrical-coordinate representation of color #576025: hue angle of 69.15º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #576025 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB879637-
CMYK0.0900.610.62
HSL69.15º44.36%26.08%-
HSV(B)69.15º61.46%37.65%-
XYZ8.4510.533.34-
YUV86.58100.02128.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.55%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 37 (14.84% from 255) = 16.82%
R=39.55%
G=43.64%
B=16.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796370.0900.610.6269.1544.3626.08
Hex576025903D3E452c1a
Octal1271404511075761055432
Binary1010111110000010010110010111101111110100010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576025; }

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

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

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

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

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

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

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

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