#525832

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

Shades of Saratoga #525832

Tints of Saratoga #525832

Color information

#525832 (or 0x525832) is unknown color: approx Saratoga. HEX triplet: 52, 58 and 32. RGB value is (82,88,50). Sum of RGB (Red+Green+Blue) = 82+88+50=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #525832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525832 is #ADA7CD. Grayscale: #525252. Windows color (decimal): -11380686 or 3299410. OLE color: 3299410.

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

Color convert

RGB828850-
CMYK0.0700.430.65
HSL69.47º27.54%27.06%-
HSV(B)69.47º43.18%34.51%-
XYZ7.5594.36-
YUV81.87110.01128.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 88 (34.77% from 255) = 40%
BLUE value IS 50 (19.92% from 255) = 22.73%
R=37.27%
G=40%
B=22.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8288500.0700.430.6569.4727.5427.06
Hex525832702B41451c1b
Octal1221306270531011053433
Binary101001010110001100101110101011100000110001011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525832; }

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

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

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

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

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

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

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

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