#545833

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

Shades of Saratoga #545833

Tints of Saratoga #545833

Color information

#545833 (or 0x545833) is unknown color: approx Saratoga. HEX triplet: 54, 58 and 33. RGB value is (84,88,51). Sum of RGB (Red+Green+Blue) = 84+88+51=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #545833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545833 is #ABA7CC. Grayscale: #525252. Windows color (decimal): -11249613 or 3364948. OLE color: 3364948.

HSL color Cylindrical-coordinate representation of color #545833: hue angle of 66.49º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #545833 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB848851-
CMYK0.0500.420.65
HSL66.49º26.62%27.25%-
HSV(B)66.49º42.05%34.51%-
XYZ7.749.14.48-
YUV82.59110.17129.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.67%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 51 (20.31% from 255) = 22.87%
R=37.67%
G=39.46%
B=22.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8488510.0500.420.6566.4926.6227.25
Hex545833502A41421b1b
Octal1241306350521011023333
Binary101010010110001100111010101010100000110000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545833; }

 p { color: rgb(84,88,51); }

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

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

 a { background-color: rgb(84,88,51); }

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

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

 span { border-color: rgb(84,88,51); }

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