#54552E

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

Shades of Saratoga #54552E

Tints of Saratoga #54552E

Color information

#54552E (or 0x54552E) is unknown color: approx Saratoga. HEX triplet: 54, 55 and 2E. RGB value is (84,85,46). Sum of RGB (Red+Green+Blue) = 84+85+46=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #54552E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54552E is #ABAAD1. Grayscale: #505050. Windows color (decimal): -11250386 or 3036500. OLE color: 3036500.

HSL color Cylindrical-coordinate representation of color #54552E: hue angle of 61.54º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54552E is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB848546-
CMYK0.0100.460.67
HSL61.54º29.77%25.69%-
HSV(B)61.54º45.88%33.33%-
XYZ7.48.583.85-
YUV80.26108.67130.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.07%
GREEN value IS 85 (33.59% from 255) = 39.53%
BLUE value IS 46 (18.36% from 255) = 21.40%
R=39.07%
G=39.53%
B=21.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485460.0100.460.6761.5429.7725.69
Hex54552E102E433e1e1a
Octal124125561056103763632
Binary101010010101011011101010111010000111111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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