#54401D

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

Shades of Madras #54401D

Tints of Madras #54401D

Color information

#54401D (or 0x54401D) is unknown color: approx Madras. HEX triplet: 54, 40 and 1D. RGB value is (84,64,29). Sum of RGB (Red+Green+Blue) = 84+64+29=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #54401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54401D is #ABBFE2. Grayscale: #424242. Windows color (decimal): -11255779 or 1917012. OLE color: 1917012.

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

Color convert

RGB846429-
CMYK00.240.650.67
HSL38.18º48.67%22.16%-
HSV(B)38.18º65.48%32.94%-
XYZ5.715.641.95-
YUV65.99107.13140.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.46%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 29 (11.72% from 255) = 16.38%
R=47.46%
G=36.16%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84642900.240.650.6738.1848.6722.16
Hex54401D0184143263116
Octal12410035030101103466126
Binary10101001000000111010110001000001100001110011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54401D; }

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

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

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

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

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

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

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

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