#54400F

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

Shades of Madras #54400F

Tints of Madras #54400F

Color information

#54400F (or 0x54400F) is unknown color: approx Madras. HEX triplet: 54, 40 and 0F. RGB value is (84,64,15). Sum of RGB (Red+Green+Blue) = 84+64+15=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #54400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54400F is #ABBFF0. Grayscale: #404040. Windows color (decimal): -11255793 or 999508. OLE color: 999508.

HSL color Cylindrical-coordinate representation of color #54400F: hue angle of 42.61º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54400F is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB846415-
CMYK00.240.820.67
HSL42.61º69.7%19.41%-
HSV(B)42.61º82.14%32.94%-
XYZ5.585.591.24-
YUV64.39100.13141.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.53%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 15 (6.25% from 255) = 9.20%
R=51.53%
G=39.26%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84641500.240.820.6742.6169.719.41
Hex5440F01852432b4613
Octal124100170301221035310623
Binary10101001000000111101100010100101000011101011100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54400F; }

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

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

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

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

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

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

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

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