#545530

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

Shades of Saratoga #545530

Tints of Saratoga #545530

Color information

#545530 (or 0x545530) is unknown color: approx Saratoga. HEX triplet: 54, 55 and 30. RGB value is (84,85,48). Sum of RGB (Red+Green+Blue) = 84+85+48=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #545530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545530 is #ABAACF. Grayscale: #505050. Windows color (decimal): -11250384 or 3167572. OLE color: 3167572.

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

Color convert

RGB848548-
CMYK0.0100.440.67
HSL61.62º27.82%26.08%-
HSV(B)61.62º43.53%33.33%-
XYZ7.448.64.06-
YUV80.48109.67130.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.71%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 48 (19.14% from 255) = 22.12%
R=38.71%
G=39.17%
B=22.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485480.0100.440.6761.6227.8226.08
Hex545530102C433e1c1a
Octal124125601054103763432
Binary101010010101011100001010110010000111111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545530; }

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

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

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

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

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

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

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

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