#525924

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

Shades of Saratoga #525924

Tints of Saratoga #525924

Color information

#525924 (or 0x525924) is unknown color: approx Saratoga. HEX triplet: 52, 59 and 24. RGB value is (82,89,36). Sum of RGB (Red+Green+Blue) = 82+89+36=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #525924 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525924 is #ADA6DB. Grayscale: #515151. Windows color (decimal): -11380444 or 2382162. OLE color: 2382162.

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

Color convert

RGB828936-
CMYK0.0800.600.65
HSL67.92º42.4%24.51%-
HSV(B)67.92º59.55%34.9%-
XYZ7.379.073.03-
YUV80.86102.68128.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 36 (14.45% from 255) = 17.39%
R=39.61%
G=43.00%
B=17.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289360.0800.600.6567.9242.424.51
Hex525924803C41442a19
Octal12213144100741011045231
Binary10100101011001100100100001111001000001100010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525924; }

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

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

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

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

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

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

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

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