#545A31

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

Shades of Saratoga #545A31

Tints of Saratoga #545A31

Color information

#545A31 (or 0x545A31) is unknown color: approx Saratoga. HEX triplet: 54, 5A and 31. RGB value is (84,90,49). Sum of RGB (Red+Green+Blue) = 84+90+49=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #545A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A31 is #ABA5CE. Grayscale: #535353. Windows color (decimal): -11249103 or 3234388. OLE color: 3234388.

HSL color Cylindrical-coordinate representation of color #545A31: hue angle of 68.78º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #545A31 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB849049-
CMYK0.0700.460.65
HSL68.78º29.5%27.25%-
HSV(B)68.78º45.56%35.29%-
XYZ7.879.424.31-
YUV83.53108.51128.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.67%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 49 (19.53% from 255) = 21.97%
R=37.67%
G=40.36%
B=21.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8490490.0700.460.6568.7829.527.25
Hex545A31702E41451d1b
Octal1241326170561011053533
Binary101010010110101100011110101110100000110001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,90,49); }

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

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

 a { background-color: rgb(84,90,49); }

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

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

 span { border-color: rgb(84,90,49); }

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