#525932

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

Shades of Saratoga #525932

Tints of Saratoga #525932

Color information

#525932 (or 0x525932) is unknown color: approx Saratoga. HEX triplet: 52, 59 and 32. RGB value is (82,89,50). Sum of RGB (Red+Green+Blue) = 82+89+50=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #525932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525932 is #ADA6CD. Grayscale: #525252. Windows color (decimal): -11380430 or 3299666. OLE color: 3299666.

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

Color convert

RGB828950-
CMYK0.0800.440.65
HSL70.77º28.06%27.25%-
HSV(B)70.77º43.82%34.9%-
XYZ7.639.174.39-
YUV82.46109.68127.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 89 (35.16% from 255) = 40.27%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=37.10%
G=40.27%
B=22.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289500.0800.440.6570.7728.0627.25
Hex525932802C41471c1b
Octal12213162100541011073433
Binary1010010101100111001010000101100100000110001111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525932; }

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

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

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

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

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

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

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

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