#545E2F

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

Shades of Saratoga #545E2F

Tints of Saratoga #545E2F

Color information

#545E2F (or 0x545E2F) is unknown color: approx Saratoga. HEX triplet: 54, 5E and 2F. RGB value is (84,94,47). Sum of RGB (Red+Green+Blue) = 84+94+47=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 94 - color contains mainly: green. Hex color #545E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545E2F is #ABA1D0. Grayscale: #555555. Windows color (decimal): -11248081 or 3104340. OLE color: 3104340.

HSL color Cylindrical-coordinate representation of color #545E2F: hue angle of 72.77º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #545E2F is Cyan = 0.11, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.63.

Color convert

RGB849447-
CMYK0.1100.50.63
HSL72.77º33.33%27.65%-
HSV(B)72.77º50%36.86%-
XYZ8.1710.14.21-
YUV85.65106.19126.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 94 (37.11% from 255) = 41.78%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=37.33%
G=41.78%
B=20.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8494470.1100.50.6372.7733.3327.65
Hex545E2FB0323F49211c
Octal1241365713062771114134
Binary1010100101111010111110110110010111111100100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,94,47); }

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

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

 a { background-color: rgb(84,94,47); }

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

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

 span { border-color: rgb(84,94,47); }

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