#545428

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

Shades of Saratoga #545428

Tints of Saratoga #545428

Color information

#545428 (or 0x545428) is unknown color: approx Saratoga. HEX triplet: 54, 54 and 28. RGB value is (84,84,40). Sum of RGB (Red+Green+Blue) = 84+84+40=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545428 is #ABABD7. Grayscale: #4F4F4F. Windows color (decimal): -11250648 or 2643028. OLE color: 2643028.

HSL color Cylindrical-coordinate representation of color #545428: hue angle of 60º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #545428 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB848440-
CMYK000.520.67
HSL60º35.48%24.31%-
HSV(B)60º52.38%32.94%-
XYZ7.218.383.24-
YUV78.98106131.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.38%
GREEN value IS 84 (33.20% from 255) = 40.38%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=40.38%
G=40.38%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848440000.520.676035.4824.31
Hex5454280034433c2318
Octal124124500064103744330
Binary1010100101010010100000110100100001111110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545428; }

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

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

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

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

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

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

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

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