#536220

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

Shades of Saratoga #536220

Tints of Saratoga #536220

Color information

#536220 (or 0x536220) is unknown color: approx Saratoga. HEX triplet: 53, 62 and 20. RGB value is (83,98,32). Sum of RGB (Red+Green+Blue) = 83+98+32=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #536220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536220 is #AC9DDF. Grayscale: #565656. Windows color (decimal): -11312608 or 2122323. OLE color: 2122323.

HSL color Cylindrical-coordinate representation of color #536220: hue angle of 73.64º degrees, saturation: 0.51, 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 #536220 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB839832-
CMYK0.1500.670.62
HSL73.64º50.77%25.49%-
HSV(B)73.64º67.35%38.43%-
XYZ8.210.683-
YUV85.9997.53125.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 98 (38.67% from 255) = 46.01%
BLUE value IS 32 (12.89% from 255) = 15.02%
R=38.97%
G=46.01%
B=15.02%

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
Decimal8398320.1500.670.6273.6450.7725.49
Hex536220F0433E4a3319
Octal12314240170103761126331
Binary10100111100010100000111101000011111110100101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536220; }

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

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

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

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

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

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

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

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