#545C37

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

Shades of Saratoga #545C37

Tints of Saratoga #545C37

Color information

#545C37 (or 0x545C37) is unknown color: approx Saratoga. HEX triplet: 54, 5C and 37. RGB value is (84,92,55). Sum of RGB (Red+Green+Blue) = 84+92+55=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 92 - color contains mainly: green. Hex color #545C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545C37 is #ABA3C8. Grayscale: #555555. Windows color (decimal): -11248585 or 3628116. OLE color: 3628116.

HSL color Cylindrical-coordinate representation of color #545C37: hue angle of 72.97º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #545C37 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB849255-
CMYK0.0900.400.64
HSL72.97º25.17%28.82%-
HSV(B)72.97º40.22%36.08%-
XYZ8.179.815.08-
YUV85.39110.85127.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 92 (36.33% from 255) = 39.83%
BLUE value IS 55 (21.88% from 255) = 23.81%
R=36.36%
G=39.83%
B=23.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8492550.0900.400.6472.9725.1728.82
Hex545C3790284049191d
Octal12413467110501001113135
Binary1010100101110011011110010101000100000010010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,92,55); }

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

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

 a { background-color: rgb(84,92,55); }

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

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

 span { border-color: rgb(84,92,55); }

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