#546021

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

Shades of Saratoga #546021

Tints of Saratoga #546021

Color information

#546021 (or 0x546021) is unknown color: approx Saratoga. HEX triplet: 54, 60 and 21. RGB value is (84,96,33). Sum of RGB (Red+Green+Blue) = 84+96+33=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #546021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546021 is #AB9FDE. Grayscale: #555555. Windows color (decimal): -11247583 or 2187348. OLE color: 2187348.

HSL color Cylindrical-coordinate representation of color #546021: hue angle of 71.43º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #546021 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB849633-
CMYK0.1200.660.62
HSL71.43º48.84%25.29%-
HSV(B)71.43º65.62%37.65%-
XYZ8.1110.363.01-
YUV85.2398.52127.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.44%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 33 (13.28% from 255) = 15.49%
R=39.44%
G=45.07%
B=15.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496330.1200.660.6271.4348.8425.29
Hex546021C0423E473119
Octal12414041140102761076131
Binary10101001100000100001110001000010111110100011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546021; }

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

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

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

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

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

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

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

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