#54411B

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

Shades of Madras #54411B

Tints of Madras #54411B

Color information

#54411B (or 0x54411B) is unknown color: approx Madras. HEX triplet: 54, 41 and 1B. RGB value is (84,65,27). Sum of RGB (Red+Green+Blue) = 84+65+27=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #54411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54411B is #ABBEE4. Grayscale: #424242. Windows color (decimal): -11255525 or 1786196. OLE color: 1786196.

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

Color convert

RGB846527-
CMYK00.230.680.67
HSL40º51.35%21.76%-
HSV(B)40º67.86%32.94%-
XYZ5.745.741.84-
YUV66.35105.79140.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.73%
GREEN value IS 65 (25.78% from 255) = 36.93%
BLUE value IS 27 (10.94% from 255) = 15.34%
R=47.73%
G=36.93%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84652700.230.680.674051.3521.76
Hex54411B0174443283316
Octal12410133027104103506326
Binary10101001000001110110101111000100100001110100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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