#525928

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

Shades of Saratoga #525928

Tints of Saratoga #525928

Color information

#525928 (or 0x525928) is unknown color: approx Saratoga. HEX triplet: 52, 59 and 28. RGB value is (82,89,40). Sum of RGB (Red+Green+Blue) = 82+89+40=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #525928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525928 is #ADA6D7. Grayscale: #515151. Windows color (decimal): -11380440 or 2644306. OLE color: 2644306.

HSL color Cylindrical-coordinate representation of color #525928: hue angle of 68.57º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #525928 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB828940-
CMYK0.0800.550.65
HSL68.57º37.98%25.29%-
HSV(B)68.57º55.06%34.9%-
XYZ7.449.093.37-
YUV81.32104.68128.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 89 (35.16% from 255) = 42.18%
BLUE value IS 40 (16.02% from 255) = 18.96%
R=38.86%
G=42.18%
B=18.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289400.0800.550.6568.5737.9825.29
Hex525928803741452619
Octal12213150100671011054631
Binary10100101011001101000100001101111000001100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525928; }

 p { color: rgb(82,89,40); }

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

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

 a { background-color: rgb(82,89,40); }

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

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

 span { border-color: rgb(82,89,40); }

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