#545522

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

Shades of Saratoga #545522

Tints of Saratoga #545522

Color information

#545522 (or 0x545522) is unknown color: approx Saratoga. HEX triplet: 54, 55 and 22. RGB value is (84,85,34). Sum of RGB (Red+Green+Blue) = 84+85+34=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #545522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545522 is #ABAADD. Grayscale: #4F4F4F. Windows color (decimal): -11250398 or 2250068. OLE color: 2250068.

HSL color Cylindrical-coordinate representation of color #545522: hue angle of 61.18º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #545522 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB848534-
CMYK0.0100.600.67
HSL61.18º42.86%23.33%-
HSV(B)61.18º60%33.33%-
XYZ7.198.52.77-
YUV78.89102.67131.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.38%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=41.38%
G=41.87%
B=16.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485340.0100.600.6761.1842.8623.33
Hex545522103C433d2b17
Octal124125421074103755327
Binary1010100101010110001010111100100001111110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545522; }

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

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

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

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

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

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

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

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