#525D32

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

Shades of Saratoga #525D32

Tints of Saratoga #525D32

Color information

#525D32 (or 0x525D32) is unknown color: approx Saratoga. HEX triplet: 52, 5D and 32. RGB value is (82,93,50). Sum of RGB (Red+Green+Blue) = 82+93+50=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 93 - color contains mainly: green. Hex color #525D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D32 is #ADA2CD. Grayscale: #545454. Windows color (decimal): -11379406 or 3300690. OLE color: 3300690.

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

Color convert

RGB829350-
CMYK0.1200.460.64
HSL75.35º30.07%28.04%-
HSV(B)75.35º46.24%36.47%-
XYZ7.979.854.5-
YUV84.81108.36126-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.44%
GREEN value IS 93 (36.72% from 255) = 41.33%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=36.44%
G=41.33%
B=22.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8293500.1200.460.6475.3530.0728.04
Hex525D32C02E404b1e1c
Octal12213562140561001133634
Binary1010010101110111001011000101110100000010010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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