#525925

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

Shades of Saratoga #525925

Tints of Saratoga #525925

Color information

#525925 (or 0x525925) is unknown color: approx Saratoga. HEX triplet: 52, 59 and 25. RGB value is (82,89,37). Sum of RGB (Red+Green+Blue) = 82+89+37=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #525925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525925 is #ADA6DA. Grayscale: #515151. Windows color (decimal): -11380443 or 2447698. OLE color: 2447698.

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

Color convert

RGB828937-
CMYK0.0800.580.65
HSL68.08º41.27%24.71%-
HSV(B)68.08º58.43%34.9%-
XYZ7.399.073.11-
YUV80.98103.18128.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 89 (35.16% from 255) = 42.79%
BLUE value IS 37 (14.84% from 255) = 17.79%
R=39.42%
G=42.79%
B=17.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289370.0800.580.6568.0841.2724.71
Hex525925803A41442919
Octal12213145100721011045131
Binary10100101011001100101100001110101000001100010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525925; }

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

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

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

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

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

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

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

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