#54420D

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

Shades of Madras #54420D

Tints of Madras #54420D

Color information

#54420D (or 0x54420D) is unknown color: approx Madras. HEX triplet: 54, 42 and 0D. RGB value is (84,66,13). Sum of RGB (Red+Green+Blue) = 84+66+13=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #54420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54420D is #ABBDF2. Grayscale: #414141. Windows color (decimal): -11255283 or 868948. OLE color: 868948.

HSL color Cylindrical-coordinate representation of color #54420D: hue angle of 44.79º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54420D is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB846613-
CMYK00.210.850.67
HSL44.79º73.2%19.02%-
HSV(B)44.79º84.52%32.94%-
XYZ5.685.811.2-
YUV65.3498.46141.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.53%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 13 (5.47% from 255) = 7.98%
R=51.53%
G=40.49%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84661300.210.850.6744.7973.219.02
Hex5442D01555432d4913
Octal124102150251251035511123
Binary10101001000010110101010110101011000011101101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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