#526021

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

Shades of Saratoga #526021

Tints of Saratoga #526021

Color information

#526021 (or 0x526021) is unknown color: approx Saratoga. HEX triplet: 52, 60 and 21. RGB value is (82,96,33). Sum of RGB (Red+Green+Blue) = 82+96+33=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #526021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526021 is #AD9FDE. Grayscale: #545454. Windows color (decimal): -11378655 or 2187346. OLE color: 2187346.

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

Color convert

RGB829633-
CMYK0.1500.660.62
HSL73.33º48.84%25.29%-
HSV(B)73.33º65.62%37.65%-
XYZ7.9410.273-
YUV84.6398.86126.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 33 (13.28% from 255) = 15.64%
R=38.86%
G=45.50%
B=15.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296330.1500.660.6273.3348.8425.29
Hex526021F0423E493119
Octal12214041170102761116131
Binary10100101100000100001111101000010111110100100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526021; }

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

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

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

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

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

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

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

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