#545B32

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

Shades of Saratoga #545B32

Tints of Saratoga #545B32

Color information

#545B32 (or 0x545B32) is unknown color: approx Saratoga. HEX triplet: 54, 5B and 32. RGB value is (84,91,50). Sum of RGB (Red+Green+Blue) = 84+91+50=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 91 - color contains mainly: green. Hex color #545B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545B32 is #ABA4CD. Grayscale: #545454. Windows color (decimal): -11248846 or 3300180. OLE color: 3300180.

HSL color Cylindrical-coordinate representation of color #545B32: hue angle of 70.24º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #545B32 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB849150-
CMYK0.0800.450.64
HSL70.24º29.08%27.65%-
HSV(B)70.24º45.05%35.69%-
XYZ7.979.64.45-
YUV84.23108.68127.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=37.33%
G=40.44%
B=22.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8491500.0800.450.6470.2429.0827.65
Hex545B32802D40461d1c
Octal12413362100551001063534
Binary1010100101101111001010000101101100000010001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545B32; }

 p { color: rgb(84,91,50); }

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

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

 a { background-color: rgb(84,91,50); }

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

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

 span { border-color: rgb(84,91,50); }

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