#544101

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

Shades of Madras #544101

Tints of Madras #544101

Color information

#544101 (or 0x544101) is unknown color: approx Madras. HEX triplet: 54, 41 and 01. RGB value is (84,65,1). Sum of RGB (Red+Green+Blue) = 84+65+1=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #544101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544101 is #ABBEFE. Grayscale: #3F3F3F. Windows color (decimal): -11255551 or 82260. OLE color: 82260.

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

Color convert

RGB84651-
CMYK00.230.990.67
HSL46.27º97.65%16.67%-
HSV(B)46.27º98.81%32.94%-
XYZ5.555.670.83-
YUV63.3892.79142.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56%
GREEN value IS 65 (25.78% from 255) = 43.33%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=56%
G=43.33%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8465100.230.990.6746.2797.6516.67
Hex5441101763432e6211
Octal12410110271431035614221
Binary10101001000001101011111000111000011101110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544101; }

 p { color: rgb(84,65,1); }

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

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

 a { background-color: rgb(84,65,1); }

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

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

 span { border-color: rgb(84,65,1); }

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