#54542A

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

Shades of Saratoga #54542A

Tints of Saratoga #54542A

Color information

#54542A (or 0x54542A) is unknown color: approx Saratoga. HEX triplet: 54, 54 and 2A. RGB value is (84,84,42). Sum of RGB (Red+Green+Blue) = 84+84+42=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 84 - color contains mainly: red, green. Hex color #54542A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54542A is #ABABD5. Grayscale: #4F4F4F. Windows color (decimal): -11250646 or 2774100. OLE color: 2774100.

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

Color convert

RGB848442-
CMYK000.50.67
HSL60º33.33%24.71%-
HSV(B)60º50%32.94%-
XYZ7.248.393.43-
YUV79.21107131.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 42 (16.80% from 255) = 20%
R=40%
G=40%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848442000.50.676033.3324.71
Hex54542A0032433c2119
Octal124124520062103744131
Binary1010100101010010101000110010100001111110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54542A; }

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

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

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

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

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

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

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

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