#525528

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

Shades of Saratoga #525528

Tints of Saratoga #525528

Color information

#525528 (or 0x525528) is unknown color: approx Saratoga. HEX triplet: 52, 55 and 28. RGB value is (82,85,40). Sum of RGB (Red+Green+Blue) = 82+85+40=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #525528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525528 is #ADAAD7. Grayscale: #4F4F4F. Windows color (decimal): -11381464 or 2643282. OLE color: 2643282.

HSL color Cylindrical-coordinate representation of color #525528: hue angle of 64º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #525528 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB828540-
CMYK0.0400.530.67
HSL64º36%24.51%-
HSV(B)64º52.94%33.33%-
XYZ7.118.443.26-
YUV78.97106.01130.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=39.61%
G=41.06%
B=19.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285400.0400.530.67643624.51
Hex525528403543402419
Octal1221255040651031004431
Binary1010010101010110100010001101011000011100000010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525528; }

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

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

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

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

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

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

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

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