#536420

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

Shades of Saratoga #536420

Tints of Saratoga #536420

Color information

#536420 (or 0x536420) is unknown color: approx Saratoga. HEX triplet: 53, 64 and 20. RGB value is (83,100,32). Sum of RGB (Red+Green+Blue) = 83+100+32=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #536420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536420 is #AC9BDF. Grayscale: #575757. Windows color (decimal): -11312096 or 2122835. OLE color: 2122835.

HSL color Cylindrical-coordinate representation of color #536420: hue angle of 75º degrees, saturation: 0.52, 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 #536420 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB8310032-
CMYK0.1700.680.61
HSL75º51.52%25.88%-
HSV(B)75º68%39.22%-
XYZ8.3911.063.06-
YUV87.1696.87125.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 100 (39.45% from 255) = 46.51%
BLUE value IS 32 (12.89% from 255) = 14.88%
R=38.60%
G=46.51%
B=14.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal83100320.1700.680.617551.5225.88
Hex536420110443D4b341a
Octal12314440210104751136432
Binary101001111001001000001000101000100111101100101111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536420; }

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

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

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

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

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

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

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

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