#544206

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

Shades of Madras #544206

Tints of Madras #544206

Color information

#544206 (or 0x544206) is unknown color: approx Madras. HEX triplet: 54, 42 and 06. RGB value is (84,66,6). Sum of RGB (Red+Green+Blue) = 84+66+6=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #544206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544206 is #ABBDF9. Grayscale: #404040. Windows color (decimal): -11255290 or 410196. OLE color: 410196.

HSL color Cylindrical-coordinate representation of color #544206: hue angle of 46.15º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #544206 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB84666-
CMYK00.210.930.67
HSL46.15º86.67%17.65%-
HSV(B)46.15º92.86%32.94%-
XYZ5.645.790.99-
YUV64.5494.96141.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.85%
GREEN value IS 66 (26.17% from 255) = 42.31%
BLUE value IS 6 (2.73% from 255) = 3.85%
R=53.85%
G=42.31%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8466600.210.930.6746.1586.6717.65
Hex544260155D432e5712
Octal12410260251351035612722
Binary1010100100001011001010110111011000011101110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544206; }

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

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

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

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

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

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

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

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