#525A31

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

Shades of Saratoga #525A31

Tints of Saratoga #525A31

Color information

#525A31 (or 0x525A31) is unknown color: approx Saratoga. HEX triplet: 52, 5A and 31. RGB value is (82,90,49). Sum of RGB (Red+Green+Blue) = 82+90+49=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 90 - color contains mainly: green. Hex color #525A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A31 is #ADA5CE. Grayscale: #535353. Windows color (decimal): -11380175 or 3234386. OLE color: 3234386.

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

Color convert

RGB829049-
CMYK0.0900.460.65
HSL71.71º29.5%27.25%-
HSV(B)71.71º45.56%35.29%-
XYZ7.699.334.3-
YUV82.93108.85127.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 90 (35.55% from 255) = 40.72%
BLUE value IS 49 (19.53% from 255) = 22.17%
R=37.10%
G=40.72%
B=22.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8290490.0900.460.6571.7129.527.25
Hex525A31902E41481d1b
Octal12213261110561011103533
Binary1010010101101011000110010101110100000110010001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,90,49); }

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

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

 a { background-color: rgb(82,90,49); }

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

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

 span { border-color: rgb(82,90,49); }

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