#545429

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

Shades of Saratoga #545429

Tints of Saratoga #545429

Color information

#545429 (or 0x545429) is unknown color: approx Saratoga. HEX triplet: 54, 54 and 29. RGB value is (84,84,41). Sum of RGB (Red+Green+Blue) = 84+84+41=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545429 is #ABABD6. Grayscale: #4F4F4F. Windows color (decimal): -11250647 or 2708564. OLE color: 2708564.

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

Color convert

RGB848441-
CMYK000.510.67
HSL60º34.4%24.51%-
HSV(B)60º51.19%32.94%-
XYZ7.238.393.34-
YUV79.1106.5131.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 41 (16.41% from 255) = 19.62%
R=40.19%
G=40.19%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848441000.510.676034.424.51
Hex5454290033433c2219
Octal124124510063103744231
Binary1010100101010010100100110011100001111110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545429; }

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

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

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

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

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

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

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

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