#545B26

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

Shades of Saratoga #545B26

Tints of Saratoga #545B26

Color information

#545B26 (or 0x545B26) is unknown color: approx Saratoga. HEX triplet: 54, 5B and 26. RGB value is (84,91,38). Sum of RGB (Red+Green+Blue) = 84+91+38=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 91 - color contains mainly: green. Hex color #545B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545B26 is #ABA4D9. Grayscale: #535353. Windows color (decimal): -11248858 or 2513748. OLE color: 2513748.

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

Color convert

RGB849138-
CMYK0.0800.580.64
HSL67.92º41.09%25.29%-
HSV(B)67.92º58.24%35.69%-
XYZ7.759.513.26-
YUV82.86102.68128.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.44%
GREEN value IS 91 (35.94% from 255) = 42.72%
BLUE value IS 38 (15.23% from 255) = 17.84%
R=39.44%
G=42.72%
B=17.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8491380.0800.580.6467.9241.0925.29
Hex545B26803A40442919
Octal12413346100721001045131
Binary10101001011011100110100001110101000000100010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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