#545F36

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

Shades of Saratoga #545F36

Tints of Saratoga #545F36

Color information

#545F36 (or 0x545F36) is unknown color: approx Saratoga. HEX triplet: 54, 5F and 36. RGB value is (84,95,54). Sum of RGB (Red+Green+Blue) = 84+95+54=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 95 - color contains mainly: green. Hex color #545F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545F36 is #ABA0C9. Grayscale: #575757. Windows color (decimal): -11247818 or 3563348. OLE color: 3563348.

HSL color Cylindrical-coordinate representation of color #545F36: hue angle of 76.1º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #545F36 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB849554-
CMYK0.1200.430.63
HSL76.1º27.52%29.22%-
HSV(B)76.1º43.16%37.25%-
XYZ8.4110.345.04-
YUV87.04109.36125.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.05%
GREEN value IS 95 (37.5% from 255) = 40.77%
BLUE value IS 54 (21.48% from 255) = 23.18%
R=36.05%
G=40.77%
B=23.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8495540.1200.430.6376.127.5229.22
Hex545F36C02B3F4c1c1d
Octal1241376614053771143435
Binary101010010111111101101100010101111111110011001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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