#545D36

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

Shades of Saratoga #545D36

Tints of Saratoga #545D36

Color information

#545D36 (or 0x545D36) is unknown color: approx Saratoga. HEX triplet: 54, 5D and 36. RGB value is (84,93,54). Sum of RGB (Red+Green+Blue) = 84+93+54=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 93 - color contains mainly: green. Hex color #545D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545D36 is #ABA2C9. Grayscale: #565656. Windows color (decimal): -11248330 or 3562836. OLE color: 3562836.

HSL color Cylindrical-coordinate representation of color #545D36: hue angle of 73.85º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #545D36 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB849354-
CMYK0.1000.420.64
HSL73.85º26.53%28.82%-
HSV(B)73.85º41.94%36.47%-
XYZ8.249.984.98-
YUV85.86110.02126.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 93 (36.72% from 255) = 40.26%
BLUE value IS 54 (21.48% from 255) = 23.38%
R=36.36%
G=40.26%
B=23.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8493540.1000.420.6473.8526.5328.82
Hex545D36A02A404a1b1d
Octal12413566120521001123335
Binary1010100101110111011010100101010100000010010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,93,54); }

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

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

 a { background-color: rgb(84,93,54); }

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

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

 span { border-color: rgb(84,93,54); }

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