#525B2F

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

Shades of Saratoga #525B2F

Tints of Saratoga #525B2F

Color information

#525B2F (or 0x525B2F) is unknown color: approx Saratoga. HEX triplet: 52, 5B and 2F. RGB value is (82,91,47). Sum of RGB (Red+Green+Blue) = 82+91+47=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 91 - color contains mainly: green. Hex color #525B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B2F is #ADA4D0. Grayscale: #535353. Windows color (decimal): -11379921 or 3103570. OLE color: 3103570.

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

Color convert

RGB829147-
CMYK0.1000.480.64
HSL72.27º31.88%27.06%-
HSV(B)72.27º48.35%35.69%-
XYZ7.739.484.11-
YUV83.29107.52127.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 91 (35.94% from 255) = 41.36%
BLUE value IS 47 (18.75% from 255) = 21.36%
R=37.27%
G=41.36%
B=21.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8291470.1000.480.6472.2731.8827.06
Hex525B2FA0304048201b
Octal12213357120601001104033
Binary10100101011011101111101001100001000000100100010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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