#545523

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

Shades of Saratoga #545523

Tints of Saratoga #545523

Color information

#545523 (or 0x545523) is unknown color: approx Saratoga. HEX triplet: 54, 55 and 23. RGB value is (84,85,35). Sum of RGB (Red+Green+Blue) = 84+85+35=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #545523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545523 is #ABAADC. Grayscale: #4F4F4F. Windows color (decimal): -11250397 or 2315604. OLE color: 2315604.

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

Color convert

RGB848535-
CMYK0.0100.590.67
HSL61.2º41.67%23.53%-
HSV(B)61.2º58.82%33.33%-
XYZ7.218.52.85-
YUV79103.17131.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.18%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 35 (14.06% from 255) = 17.16%
R=41.18%
G=41.67%
B=17.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485350.0100.590.6761.241.6723.53
Hex545523103B433d2a18
Octal124125431073103755230
Binary1010100101010110001110111011100001111110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545523; }

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

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

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

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

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

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

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

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