#54411A

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

Shades of Madras #54411A

Tints of Madras #54411A

Color information

#54411A (or 0x54411A) is unknown color: approx Madras. HEX triplet: 54, 41 and 1A. RGB value is (84,65,26). Sum of RGB (Red+Green+Blue) = 84+65+26=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #54411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54411A is #ABBEE5. Grayscale: #424242. Windows color (decimal): -11255526 or 1720660. OLE color: 1720660.

HSL color Cylindrical-coordinate representation of color #54411A: hue angle of 40.34º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54411A is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB846526-
CMYK00.230.690.67
HSL40.34º52.73%21.57%-
HSV(B)40.34º69.05%32.94%-
XYZ5.735.741.78-
YUV66.24105.29140.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48%
GREEN value IS 65 (25.78% from 255) = 37.14%
BLUE value IS 26 (10.55% from 255) = 14.86%
R=48%
G=37.14%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84652600.230.690.6740.3452.7321.57
Hex54411A0174543283516
Octal12410132027105103506526
Binary10101001000001110100101111000101100001110100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54411A; }

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

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

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

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

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

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

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

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