#536321

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

Shades of Saratoga #536321

Tints of Saratoga #536321

Color information

#536321 (or 0x536321) is unknown color: approx Saratoga. HEX triplet: 53, 63 and 21. RGB value is (83,99,33). Sum of RGB (Red+Green+Blue) = 83+99+33=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #536321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536321 is #AC9CDE. Grayscale: #565656. Windows color (decimal): -11312351 or 2188115. OLE color: 2188115.

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

Color convert

RGB839933-
CMYK0.1600.670.61
HSL74.55º50%25.88%-
HSV(B)74.55º66.67%38.82%-
XYZ8.310.873.1-
YUV86.6997.7125.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 99 (39.06% from 255) = 46.05%
BLUE value IS 33 (13.28% from 255) = 15.35%
R=38.60%
G=46.05%
B=15.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399330.1600.670.6174.555025.88
Hex536321100433D4b321a
Octal12314341200103751136232
Binary101001111000111000011000001000011111101100101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536321; }

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

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

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

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

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

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

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

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