#545931

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

Shades of Saratoga #545931

Tints of Saratoga #545931

Color information

#545931 (or 0x545931) is unknown color: approx Saratoga. HEX triplet: 54, 59 and 31. RGB value is (84,89,49). Sum of RGB (Red+Green+Blue) = 84+89+49=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #545931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545931 is #ABA6CE. Grayscale: #535353. Windows color (decimal): -11249359 or 3234132. OLE color: 3234132.

HSL color Cylindrical-coordinate representation of color #545931: hue angle of 67.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #545931 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB848949-
CMYK0.0600.450.65
HSL67.5º28.99%27.06%-
HSV(B)67.5º44.94%34.9%-
XYZ7.789.254.28-
YUV82.94108.84128.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.84%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 49 (19.53% from 255) = 22.07%
R=37.84%
G=40.09%
B=22.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8489490.0600.450.6567.528.9927.06
Hex545931602D41441d1b
Octal1241316160551011043533
Binary101010010110011100011100101101100000110001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545931; }

 p { color: rgb(84,89,49); }

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

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

 a { background-color: rgb(84,89,49); }

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

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

 span { border-color: rgb(84,89,49); }

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