#54552A

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

Shades of Saratoga #54552A

Tints of Saratoga #54552A

Color information

#54552A (or 0x54552A) is unknown color: approx Saratoga. HEX triplet: 54, 55 and 2A. RGB value is (84,85,42). Sum of RGB (Red+Green+Blue) = 84+85+42=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #54552A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54552A is #ABAAD5. Grayscale: #4F4F4F. Windows color (decimal): -11250390 or 2774356. OLE color: 2774356.

HSL color Cylindrical-coordinate representation of color #54552A: hue angle of 61.4º 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 #54552A is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB848542-
CMYK0.0100.510.67
HSL61.4º33.86%24.9%-
HSV(B)61.4º50.59%33.33%-
XYZ7.328.553.45-
YUV79.8106.67131-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.81%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=39.81%
G=40.28%
B=19.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485420.0100.510.6761.433.8624.9
Hex54552A1033433d2219
Octal124125521063103754231
Binary1010100101010110101010110011100001111110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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