#54420F

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

Shades of Madras #54420F

Tints of Madras #54420F

Color information

#54420F (or 0x54420F) is unknown color: approx Madras. HEX triplet: 54, 42 and 0F. RGB value is (84,66,15). Sum of RGB (Red+Green+Blue) = 84+66+15=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #54420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54420F is #ABBDF0. Grayscale: #414141. Windows color (decimal): -11255281 or 1000020. OLE color: 1000020.

HSL color Cylindrical-coordinate representation of color #54420F: hue angle of 44.35º 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 #54420F is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB846615-
CMYK00.210.820.67
HSL44.35º69.7%19.41%-
HSV(B)44.35º82.14%32.94%-
XYZ5.695.821.27-
YUV65.5799.46141.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.91%
GREEN value IS 66 (26.17% from 255) = 40%
BLUE value IS 15 (6.25% from 255) = 9.09%
R=50.91%
G=40%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84661500.210.820.6744.3569.719.41
Hex5442F01552432c4613
Octal124102170251221035410623
Binary10101001000010111101010110100101000011101100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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