#545A21

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

Shades of Saratoga #545A21

Tints of Saratoga #545A21

Color information

#545A21 (or 0x545A21) is unknown color: approx Saratoga. HEX triplet: 54, 5A and 21. RGB value is (84,90,33). Sum of RGB (Red+Green+Blue) = 84+90+33=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #545A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A21 is #ABA5DE. Grayscale: #515151. Windows color (decimal): -11249119 or 2185812. OLE color: 2185812.

HSL color Cylindrical-coordinate representation of color #545A21: hue angle of 66.32º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #545A21 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB849033-
CMYK0.0700.630.65
HSL66.32º46.34%24.12%-
HSV(B)66.32º63.33%35.29%-
XYZ7.599.312.84-
YUV81.71100.51129.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.58%
GREEN value IS 90 (35.55% from 255) = 43.48%
BLUE value IS 33 (13.28% from 255) = 15.94%
R=40.58%
G=43.48%
B=15.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8490330.0700.630.6566.3246.3424.12
Hex545A21703F41422e18
Octal1241324170771011025630
Binary1010100101101010000111101111111000001100001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545A21; }

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

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

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

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

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

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

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

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