#54552C

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

Shades of Saratoga #54552C

Tints of Saratoga #54552C

Color information

#54552C (or 0x54552C) is unknown color: approx Saratoga. HEX triplet: 54, 55 and 2C. RGB value is (84,85,44). Sum of RGB (Red+Green+Blue) = 84+85+44=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #54552C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54552C is #ABAAD3. Grayscale: #505050. Windows color (decimal): -11250388 or 2905428. OLE color: 2905428.

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

Color convert

RGB848544-
CMYK0.0100.480.67
HSL61.46º31.78%25.29%-
HSV(B)61.46º48.24%33.33%-
XYZ7.368.563.65-
YUV80.03107.67130.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.44%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=39.44%
G=39.91%
B=20.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485440.0100.480.6761.4631.7825.29
Hex54552C1030433d2019
Octal124125541060103754031
Binary1010100101010110110010110000100001111110110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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