#536021

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

Shades of Saratoga #536021

Tints of Saratoga #536021

Color information

#536021 (or 0x536021) is unknown color: approx Saratoga. HEX triplet: 53, 60 and 21. RGB value is (83,96,33). Sum of RGB (Red+Green+Blue) = 83+96+33=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #536021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536021 is #AC9FDE. Grayscale: #555555. Windows color (decimal): -11313119 or 2187347. OLE color: 2187347.

HSL color Cylindrical-coordinate representation of color #536021: hue angle of 72.38º 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 #536021 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB839633-
CMYK0.1400.660.62
HSL72.38º48.84%25.29%-
HSV(B)72.38º65.62%37.65%-
XYZ8.0210.313.01-
YUV84.9398.69126.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.15%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 33 (13.28% from 255) = 15.57%
R=39.15%
G=45.28%
B=15.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396330.1400.660.6272.3848.8425.29
Hex536021E0423E483119
Octal12314041160102761106131
Binary10100111100000100001111001000010111110100100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536021; }

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

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

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

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

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

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

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

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