#525927

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

Shades of Saratoga #525927

Tints of Saratoga #525927

Color information

#525927 (or 0x525927) is unknown color: approx Saratoga. HEX triplet: 52, 59 and 27. RGB value is (82,89,39). Sum of RGB (Red+Green+Blue) = 82+89+39=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #525927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525927 is #ADA6D8. Grayscale: #515151. Windows color (decimal): -11380441 or 2578770. OLE color: 2578770.

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

Color convert

RGB828939-
CMYK0.0800.560.65
HSL68.4º39.06%25.1%-
HSV(B)68.4º56.18%34.9%-
XYZ7.429.093.28-
YUV81.21104.18128.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 89 (35.16% from 255) = 42.38%
BLUE value IS 39 (15.62% from 255) = 18.57%
R=39.05%
G=42.38%
B=18.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289390.0800.560.6568.439.0625.1
Hex525927803841442719
Octal12213147100701011044731
Binary10100101011001100111100001110001000001100010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525927; }

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

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

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

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

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

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

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

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