#546421

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

Shades of Saratoga #546421

Tints of Saratoga #546421

Color information

#546421 (or 0x546421) is unknown color: approx Saratoga. HEX triplet: 54, 64 and 21. RGB value is (84,100,33). Sum of RGB (Red+Green+Blue) = 84+100+33=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 100 - color contains mainly: green. Hex color #546421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546421 is #AB9BDE. Grayscale: #575757. Windows color (decimal): -11246559 or 2188372. OLE color: 2188372.

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

Color convert

RGB8410033-
CMYK0.1600.670.61
HSL74.33º50.38%26.08%-
HSV(B)74.33º67%39.22%-
XYZ8.4911.113.14-
YUV87.5897.2125.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.71%
GREEN value IS 100 (39.45% from 255) = 46.08%
BLUE value IS 33 (13.28% from 255) = 15.21%
R=38.71%
G=46.08%
B=15.21%

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
Decimal84100330.1600.670.6174.3350.3826.08
Hex546421100433D4a321a
Octal12414441200103751126232
Binary101010011001001000011000001000011111101100101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546421; }

 p { color: rgb(84,100,33); }

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

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

 a { background-color: rgb(84,100,33); }

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

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

 span { border-color: rgb(84,100,33); }

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