#546320

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

Shades of Saratoga #546320

Tints of Saratoga #546320

Color information

#546320 (or 0x546320) is unknown color: approx Saratoga. HEX triplet: 54, 63 and 20. RGB value is (84,99,32). Sum of RGB (Red+Green+Blue) = 84+99+32=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #546320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546320 is #AB9CDF. Grayscale: #575757. Windows color (decimal): -11246816 or 2122580. OLE color: 2122580.

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

Color convert

RGB849932-
CMYK0.1500.680.61
HSL73.43º51.15%25.69%-
HSV(B)73.43º67.68%38.82%-
XYZ8.3810.913.03-
YUV86.8897.03125.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.07%
GREEN value IS 99 (39.06% from 255) = 46.05%
BLUE value IS 32 (12.89% from 255) = 14.88%
R=39.07%
G=46.05%
B=14.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8499320.1500.680.6173.4351.1525.69
Hex546320F0443D49331a
Octal12414340170104751116332
Binary10101001100011100000111101000100111101100100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546320; }

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

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

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

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

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

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

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

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