#47421D

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

Shades of Madras #47421D

Tints of Madras #47421D

Color information

#47421D (or 0x47421D) is unknown color: approx Madras. HEX triplet: 47, 42 and 1D. RGB value is (71,66,29). Sum of RGB (Red+Green+Blue) = 71+66+29=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #47421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47421D is #B8BDE2. Grayscale: #3F3F3F. Windows color (decimal): -12107235 or 1917511. OLE color: 1917511.

HSL color Cylindrical-coordinate representation of color #47421D: hue angle of 52.86º 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 #47421D is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB716629-
CMYK00.070.590.72
HSL52.86º42%19.61%-
HSV(B)52.86º59.15%27.84%-
XYZ4.775.321.94-
YUV63.28108.66133.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 66 (26.17% from 255) = 39.76%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=42.77%
G=39.76%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71662900.070.590.7252.864219.61
Hex47421D073B48352a14
Octal107102350773110655224
Binary10001111000010111010111111011100100011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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