#545922

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

Shades of Saratoga #545922

Tints of Saratoga #545922

Color information

#545922 (or 0x545922) is unknown color: approx Saratoga. HEX triplet: 54, 59 and 22. RGB value is (84,89,34). Sum of RGB (Red+Green+Blue) = 84+89+34=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #545922 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545922 is #ABA6DD. Grayscale: #515151. Windows color (decimal): -11249374 or 2251092. OLE color: 2251092.

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

Color convert

RGB848934-
CMYK0.0600.620.65
HSL65.45º44.72%24.12%-
HSV(B)65.45º61.8%34.9%-
XYZ7.529.152.88-
YUV81.24101.34129.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.58%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 34 (13.67% from 255) = 16.43%
R=40.58%
G=43.00%
B=16.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8489340.0600.620.6565.4544.7224.12
Hex545922603E41412d18
Octal1241314260761011015530
Binary1010100101100110001011001111101000001100000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545922; }

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

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

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

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

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

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

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

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