#544012

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

Shades of Madras #544012

Tints of Madras #544012

Color information

#544012 (or 0x544012) is unknown color: approx Madras. HEX triplet: 54, 40 and 12. RGB value is (84,64,18). Sum of RGB (Red+Green+Blue) = 84+64+18=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #544012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544012 is #ABBFED. Grayscale: #404040. Windows color (decimal): -11255790 or 1196116. OLE color: 1196116.

HSL color Cylindrical-coordinate representation of color #544012: hue angle of 41.82º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #544012 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB846418-
CMYK00.240.790.67
HSL41.82º64.71%20%-
HSV(B)41.82º78.57%32.94%-
XYZ5.65.61.36-
YUV64.74101.63141.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.60%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 18 (7.42% from 255) = 10.84%
R=50.60%
G=38.55%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84641800.240.790.6741.8264.7120
Hex5440120184F432a4114
Octal124100220301171035210124
Binary101010010000001001001100010011111000011101010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544012; }

 p { color: rgb(84,64,18); }

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

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

 a { background-color: rgb(84,64,18); }

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

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

 span { border-color: rgb(84,64,18); }

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