#545B38

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

Shades of Saratoga #545B38

Tints of Saratoga #545B38

Color information

#545B38 (or 0x545B38) is unknown color: approx Saratoga. HEX triplet: 54, 5B and 38. RGB value is (84,91,56). Sum of RGB (Red+Green+Blue) = 84+91+56=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 91 - color contains mainly: green. Hex color #545B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545B38 is #ABA4C7. Grayscale: #555555. Windows color (decimal): -11248840 or 3693396. OLE color: 3693396.

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

Color convert

RGB849156-
CMYK0.0800.380.64
HSL72º23.81%28.82%-
HSV(B)72º38.46%35.69%-
XYZ8.119.655.18-
YUV84.92111.68127.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 91 (35.94% from 255) = 39.39%
BLUE value IS 56 (22.27% from 255) = 24.24%
R=36.36%
G=39.39%
B=24.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8491560.0800.380.647223.8128.82
Hex545B3880264048181d
Octal12413370100461001103035
Binary1010100101101111100010000100110100000010010001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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