#526020

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

Shades of Saratoga #526020

Tints of Saratoga #526020

Color information

#526020 (or 0x526020) is unknown color: approx Saratoga. HEX triplet: 52, 60 and 20. RGB value is (82,96,32). Sum of RGB (Red+Green+Blue) = 82+96+32=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #526020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526020 is #AD9FDF. Grayscale: #545454. Windows color (decimal): -11378656 or 2121810. OLE color: 2121810.

HSL color Cylindrical-coordinate representation of color #526020: hue angle of 73.12º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #526020 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB829632-
CMYK0.1500.670.62
HSL73.12º50%25.1%-
HSV(B)73.12º66.67%37.65%-
XYZ7.9210.262.93-
YUV84.5298.36126.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 32 (12.89% from 255) = 15.24%
R=39.05%
G=45.71%
B=15.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296320.1500.670.6273.125025.1
Hex526020F0433E493219
Octal12214040170103761116231
Binary10100101100000100000111101000011111110100100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526020; }

 p { color: rgb(82,96,32); }

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

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

 a { background-color: rgb(82,96,32); }

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

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

 span { border-color: rgb(82,96,32); }

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