#47400C

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

Shades of Madras #47400C

Tints of Madras #47400C

Color information

#47400C (or 0x47400C) is unknown color: approx Madras. HEX triplet: 47, 40 and 0C. RGB value is (71,64,12). Sum of RGB (Red+Green+Blue) = 71+64+12=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #47400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47400C is #B8BFF3. Grayscale: #3C3C3C. Windows color (decimal): -12107764 or 802887. OLE color: 802887.

HSL color Cylindrical-coordinate representation of color #47400C: hue angle of 52.88º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47400C is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB716412-
CMYK00.100.830.72
HSL52.88º71.08%16.27%-
HSV(B)52.88º83.1%27.84%-
XYZ4.55.031.08-
YUV60.16100.82135.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 12 (5.08% from 255) = 8.16%
R=48.30%
G=43.54%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71641200.100.830.7252.8871.0816.27
Hex4740C0A5348354710
Octal107100140121231106510720
Binary1000111100000011000101010100111001000110101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47400C; }

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

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

<style>
 a { background-color: #47400C; }

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

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

<style>
 span { border-color: #47400C; }

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

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