#47401D

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

Shades of Madras #47401D

Tints of Madras #47401D

Color information

#47401D (or 0x47401D) is unknown color: approx Madras. HEX triplet: 47, 40 and 1D. RGB value is (71,64,29). Sum of RGB (Red+Green+Blue) = 71+64+29=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #47401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47401D is #B8BFE2. Grayscale: #3E3E3E. Windows color (decimal): -12107747 or 1916999. OLE color: 1916999.

HSL color Cylindrical-coordinate representation of color #47401D: hue angle of 50º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47401D is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB716429-
CMYK00.100.590.72
HSL50º42%19.61%-
HSV(B)50º59.15%27.84%-
XYZ4.655.11.9-
YUV62.1109.32134.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 29 (11.72% from 255) = 17.68%
R=43.29%
G=39.02%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71642900.100.590.72504219.61
Hex47401D0A3B48322a14
Octal1071003501273110625224
Binary100011110000001110101010111011100100011001010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,64,29); }

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

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

 a { background-color: rgb(71,64,29); }

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

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

 span { border-color: rgb(71,64,29); }

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