#473C0D

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

Shades of Madras #473C0D

Tints of Madras #473C0D

Color information

#473C0D (or 0x473C0D) is unknown color: approx Madras. HEX triplet: 47, 3C and 0D. RGB value is (71,60,13). Sum of RGB (Red+Green+Blue) = 71+60+13=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #473C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473C0D is #B8C3F2. Grayscale: #3A3A3A. Windows color (decimal): -12108787 or 867399. OLE color: 867399.

HSL color Cylindrical-coordinate representation of color #473C0D: hue angle of 48.62º 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 #473C0D is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB716013-
CMYK00.150.820.72
HSL48.62º69.05%16.47%-
HSV(B)48.62º81.69%27.84%-
XYZ4.294.61.04-
YUV57.93102.64137.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.31%
GREEN value IS 60 (23.83% from 255) = 41.67%
BLUE value IS 13 (5.47% from 255) = 9.03%
R=49.31%
G=41.67%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71601300.150.820.7248.6269.0516.47
Hex473CD0F5248314510
Octal10774150171221106110520
Binary100011111110011010111110100101001000110001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473C0D; }

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

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

<style>
 a { background-color: #473C0D; }

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

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

<style>
 span { border-color: #473C0D; }

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

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