#525628

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

Shades of Saratoga #525628

Tints of Saratoga #525628

Color information

#525628 (or 0x525628) is unknown color: approx Saratoga. HEX triplet: 52, 56 and 28. RGB value is (82,86,40). Sum of RGB (Red+Green+Blue) = 82+86+40=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #525628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525628 is #ADA9D7. Grayscale: #4F4F4F. Windows color (decimal): -11381208 or 2643538. OLE color: 2643538.

HSL color Cylindrical-coordinate representation of color #525628: hue angle of 65.22º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #525628 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB828640-
CMYK0.0500.530.66
HSL65.22º36.51%24.71%-
HSV(B)65.22º53.49%33.73%-
XYZ7.198.63.29-
YUV79.56105.67129.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 86 (33.98% from 255) = 41.35%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=39.42%
G=41.35%
B=19.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286400.0500.530.6665.2236.5124.71
Hex525628503542412519
Octal1221265050651021014531
Binary1010010101011010100010101101011000010100000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525628; }

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

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

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

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

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

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

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

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