#545D32

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

Shades of Saratoga #545D32

Tints of Saratoga #545D32

Color information

#545D32 (or 0x545D32) is unknown color: approx Saratoga. HEX triplet: 54, 5D and 32. RGB value is (84,93,50). Sum of RGB (Red+Green+Blue) = 84+93+50=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 93 - color contains mainly: green. Hex color #545D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545D32 is #ABA2CD. Grayscale: #555555. Windows color (decimal): -11248334 or 3300692. OLE color: 3300692.

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

Color convert

RGB849350-
CMYK0.1000.460.64
HSL72.56º30.07%28.04%-
HSV(B)72.56º46.24%36.47%-
XYZ8.159.944.51-
YUV85.41108.02127-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 93 (36.72% from 255) = 40.97%
BLUE value IS 50 (19.92% from 255) = 22.03%
R=37.00%
G=40.97%
B=22.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8493500.1000.460.6472.5630.0728.04
Hex545D32A02E40491e1c
Octal12413562120561001113634
Binary1010100101110111001010100101110100000010010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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