#525825

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

Shades of Saratoga #525825

Tints of Saratoga #525825

Color information

#525825 (or 0x525825) is unknown color: approx Saratoga. HEX triplet: 52, 58 and 25. RGB value is (82,88,37). Sum of RGB (Red+Green+Blue) = 82+88+37=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #525825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525825 is #ADA7DA. Grayscale: #505050. Windows color (decimal): -11380699 or 2447442. OLE color: 2447442.

HSL color Cylindrical-coordinate representation of color #525825: hue angle of 67.06º 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 #525825 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB828837-
CMYK0.0700.580.65
HSL67.06º40.8%24.51%-
HSV(B)67.06º57.95%34.51%-
XYZ7.38.913.08-
YUV80.39103.51129.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 37 (14.84% from 255) = 17.87%
R=39.61%
G=42.51%
B=17.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8288370.0700.580.6567.0640.824.51
Hex525825703A41432919
Octal1221304570721011035131
Binary1010010101100010010111101110101000001100001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525825; }

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

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

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

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

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

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

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

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