#545828

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

Shades of Saratoga #545828

Tints of Saratoga #545828

Color information

#545828 (or 0x545828) is unknown color: approx Saratoga. HEX triplet: 54, 58 and 28. RGB value is (84,88,40). Sum of RGB (Red+Green+Blue) = 84+88+40=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #545828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545828 is #ABA7D7. Grayscale: #515151. Windows color (decimal): -11249624 or 2644052. OLE color: 2644052.

HSL color Cylindrical-coordinate representation of color #545828: hue angle of 65º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #545828 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB848840-
CMYK0.0500.550.65
HSL65º37.5%25.1%-
HSV(B)65º54.55%34.51%-
XYZ7.539.023.35-
YUV81.33104.67129.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.62%
GREEN value IS 88 (34.77% from 255) = 41.51%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=39.62%
G=41.51%
B=18.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8488400.0500.550.656537.525.1
Hex545828503741412619
Octal1241305050671011014631
Binary1010100101100010100010101101111000001100000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545828; }

 p { color: rgb(84,88,40); }

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

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

 a { background-color: rgb(84,88,40); }

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

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

 span { border-color: rgb(84,88,40); }

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