#525D31

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

Shades of Saratoga #525D31

Tints of Saratoga #525D31

Color information

#525D31 (or 0x525D31) is unknown color: approx Saratoga. HEX triplet: 52, 5D and 31. RGB value is (82,93,49). Sum of RGB (Red+Green+Blue) = 82+93+49=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #525D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D31 is #ADA2CE. Grayscale: #545454. Windows color (decimal): -11379407 or 3235154. OLE color: 3235154.

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

Color convert

RGB829349-
CMYK0.1200.470.64
HSL75º30.99%27.84%-
HSV(B)75º47.31%36.47%-
XYZ7.959.844.39-
YUV84.7107.86126.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 93 (36.72% from 255) = 41.52%
BLUE value IS 49 (19.53% from 255) = 21.88%
R=36.61%
G=41.52%
B=21.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8293490.1200.470.647530.9927.84
Hex525D31C02F404b1f1c
Octal12213561140571001133734
Binary1010010101110111000111000101111100000010010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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