#525724

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

Shades of Saratoga #525724

Tints of Saratoga #525724

Color information

#525724 (or 0x525724) is unknown color: approx Saratoga. HEX triplet: 52, 57 and 24. RGB value is (82,87,36). Sum of RGB (Red+Green+Blue) = 82+87+36=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #525724 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525724 is #ADA8DB. Grayscale: #4F4F4F. Windows color (decimal): -11380956 or 2381650. OLE color: 2381650.

HSL color Cylindrical-coordinate representation of color #525724: hue angle of 65.88º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #525724 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB828736-
CMYK0.0600.590.66
HSL65.88º41.46%24.12%-
HSV(B)65.88º58.62%34.12%-
XYZ7.218.742.98-
YUV79.69103.34129.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 87 (34.38% from 255) = 42.44%
BLUE value IS 36 (14.45% from 255) = 17.56%
R=40%
G=42.44%
B=17.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8287360.0600.590.6665.8841.4624.12
Hex525724603B42422918
Octal1221274460731021025130
Binary1010010101011110010011001110111000010100001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525724; }

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

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

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

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

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

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

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

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