#525833

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

Shades of Saratoga #525833

Tints of Saratoga #525833

Color information

#525833 (or 0x525833) is unknown color: approx Saratoga. HEX triplet: 52, 58 and 33. RGB value is (82,88,51). Sum of RGB (Red+Green+Blue) = 82+88+51=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 88 - color contains mainly: green. Hex color #525833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525833 is #ADA7CC. Grayscale: #525252. Windows color (decimal): -11380685 or 3364946. OLE color: 3364946.

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

Color convert

RGB828851-
CMYK0.0700.420.65
HSL69.73º26.62%27.25%-
HSV(B)69.73º42.05%34.51%-
XYZ7.579.014.47-
YUV81.99110.51128.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 51 (20.31% from 255) = 23.08%
R=37.10%
G=39.82%
B=23.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8288510.0700.420.6569.7326.6227.25
Hex525833702A41461b1b
Octal1221306370521011063333
Binary101001010110001100111110101010100000110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525833; }

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

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

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

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

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

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

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

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