#525B33

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

Shades of Saratoga #525B33

Tints of Saratoga #525B33

Color information

#525B33 (or 0x525B33) is unknown color: approx Saratoga. HEX triplet: 52, 5B and 33. RGB value is (82,91,51). Sum of RGB (Red+Green+Blue) = 82+91+51=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 91 - color contains mainly: green. Hex color #525B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B33 is #ADA4CC. Grayscale: #535353. Windows color (decimal): -11379917 or 3365714. OLE color: 3365714.

HSL color Cylindrical-coordinate representation of color #525B33: hue angle of 73.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #525B33 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB829151-
CMYK0.1000.440.64
HSL73.5º28.17%27.84%-
HSV(B)73.5º43.96%35.69%-
XYZ7.829.524.56-
YUV83.75109.52126.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 91 (35.94% from 255) = 40.62%
BLUE value IS 51 (20.31% from 255) = 22.77%
R=36.61%
G=40.62%
B=22.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8291510.1000.440.6473.528.1727.84
Hex525B33A02C404a1c1c
Octal12213363120541001123434
Binary1010010101101111001110100101100100000010010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525B33; }

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

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

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

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

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

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

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

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