#544211

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

Shades of Madras #544211

Tints of Madras #544211

Color information

#544211 (or 0x544211) is unknown color: approx Madras. HEX triplet: 54, 42 and 11. RGB value is (84,66,17). Sum of RGB (Red+Green+Blue) = 84+66+17=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #544211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544211 is #ABBDEE. Grayscale: #424242. Windows color (decimal): -11255279 or 1131092. OLE color: 1131092.

HSL color Cylindrical-coordinate representation of color #544211: hue angle of 43.88º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #544211 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB846617-
CMYK00.210.800.67
HSL43.88º66.34%19.8%-
HSV(B)43.88º79.76%32.94%-
XYZ5.715.821.35-
YUV65.8100.46140.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.30%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 17 (7.03% from 255) = 10.18%
R=50.30%
G=39.52%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84661700.210.800.6743.8866.3419.8
Hex54421101550432c4214
Octal124102210251201035410224
Binary101010010000101000101010110100001000011101100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544211; }

 p { color: rgb(84,66,17); }

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

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

 a { background-color: rgb(84,66,17); }

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

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

 span { border-color: rgb(84,66,17); }

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