#544001

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

Shades of Madras #544001

Tints of Madras #544001

Color information

#544001 (or 0x544001) is unknown color: approx Madras. HEX triplet: 54, 40 and 01. RGB value is (84,64,1). Sum of RGB (Red+Green+Blue) = 84+64+1=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #544001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544001 is #ABBFFE. Grayscale: #3F3F3F. Windows color (decimal): -11255807 or 82004. OLE color: 82004.

HSL color Cylindrical-coordinate representation of color #544001: hue angle of 45.54º 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 #544001 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB84641-
CMYK00.240.990.67
HSL45.54º97.65%16.67%-
HSV(B)45.54º98.81%32.94%-
XYZ5.55.550.81-
YUV62.893.13143.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.38%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=56.38%
G=42.95%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8464100.240.990.6745.5497.6516.67
Hex5440101863432e6211
Octal12410010301431035614221
Binary10101001000000101100011000111000011101110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544001; }

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

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

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

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

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

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

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

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