#544946

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

Shades of Saddle #544946

Tints of Saddle #544946

Color information

#544946 (or 0x544946) is unknown color: approx Saddle. HEX triplet: 54, 49 and 46. RGB value is (84,73,70). Sum of RGB (Red+Green+Blue) = 84+73+70=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 84 - color contains mainly: red. Hex color #544946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544946 is #ABB6B9. Grayscale: #4B4B4B. Windows color (decimal): -11253434 or 4606292. OLE color: 4606292.

HSL color Cylindrical-coordinate representation of color #544946: hue angle of 12.86º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #544946 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB847370-
CMYK00.130.170.67
HSL12.86º9.09%30.2%-
HSV(B)12.86º16.67%32.94%-
XYZ7.147.096.79-
YUV75.95124.64133.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 70 (27.73% from 255) = 30.84%
R=37.00%
G=32.16%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84737000.130.170.6712.869.0930.2
Hex5449460D1143d91e
Octal12411110601521103151136
Binary101010010010011000110011011000110000111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544946; }

 p { color: rgb(84,73,70); }

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

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

 a { background-color: rgb(84,73,70); }

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

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

 span { border-color: rgb(84,73,70); }

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