#536320

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

Shades of Saratoga #536320

Tints of Saratoga #536320

Color information

#536320 (or 0x536320) is unknown color: approx Saratoga. HEX triplet: 53, 63 and 20. RGB value is (83,99,32). Sum of RGB (Red+Green+Blue) = 83+99+32=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #536320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536320 is #AC9CDF. Grayscale: #565656. Windows color (decimal): -11312352 or 2122579. OLE color: 2122579.

HSL color Cylindrical-coordinate representation of color #536320: hue angle of 74.33º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #536320 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB839932-
CMYK0.1600.680.61
HSL74.33º51.15%25.69%-
HSV(B)74.33º67.68%38.82%-
XYZ8.2910.873.03-
YUV86.5897.2125.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.79%
GREEN value IS 99 (39.06% from 255) = 46.26%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=38.79%
G=46.26%
B=14.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399320.1600.680.6174.3351.1525.69
Hex536320100443D4a331a
Octal12314340200104751126332
Binary101001111000111000001000001000100111101100101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536320; }

 p { color: rgb(83,99,32); }

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

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

 a { background-color: rgb(83,99,32); }

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

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

 span { border-color: rgb(83,99,32); }

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