#545E1F

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

Shades of Saratoga #545E1F

Tints of Saratoga #545E1F

Color information

#545E1F (or 0x545E1F) is unknown color: approx Saratoga. HEX triplet: 54, 5E and 1F. RGB value is (84,94,31). Sum of RGB (Red+Green+Blue) = 84+94+31=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 94 - color contains mainly: green. Hex color #545E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545E1F is #ABA1E0. Grayscale: #545454. Windows color (decimal): -11248097 or 2055764. OLE color: 2055764.

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

Color convert

RGB849431-
CMYK0.1100.670.63
HSL69.52º50.4%24.51%-
HSV(B)69.52º67.02%36.86%-
XYZ7.919.992.81-
YUV83.8398.19128.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 94 (37.11% from 255) = 44.98%
BLUE value IS 31 (12.5% from 255) = 14.83%
R=40.19%
G=44.98%
B=14.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8494310.1100.670.6369.5250.424.51
Hex545E1FB0433F463219
Octal12413637130103771066231
Binary1010100101111011111101101000011111111100011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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