#47440D

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

Shades of Madras #47440D

Tints of Madras #47440D

Color information

#47440D (or 0x47440D) is unknown color: approx Madras. HEX triplet: 47, 44 and 0D. RGB value is (71,68,13). Sum of RGB (Red+Green+Blue) = 71+68+13=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47440D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47440D is #B8BBF2. Grayscale: #3E3E3E. Windows color (decimal): -12106739 or 869447. OLE color: 869447.

HSL color Cylindrical-coordinate representation of color #47440D: hue angle of 56.9º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47440D is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB716813-
CMYK00.040.820.72
HSL56.9º69.05%16.47%-
HSV(B)56.9º81.69%27.84%-
XYZ4.745.51.19-
YUV62.6399.99133.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.71%
GREEN value IS 68 (26.95% from 255) = 44.74%
BLUE value IS 13 (5.47% from 255) = 8.55%
R=46.71%
G=44.74%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71681300.040.820.7256.969.0516.47
Hex4744D045248394510
Octal10710415041221107110520
Binary100011110001001101010010100101001000111001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47440D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,68,13); }

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

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

 a { background-color: rgb(71,68,13); }

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

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

 span { border-color: rgb(71,68,13); }

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