#473B0D

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

Shades of Madras #473B0D

Tints of Madras #473B0D

Color information

#473B0D (or 0x473B0D) is unknown color: approx Madras. HEX triplet: 47, 3B and 0D. RGB value is (71,59,13). Sum of RGB (Red+Green+Blue) = 71+59+13=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #473B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473B0D is #B8C4F2. Grayscale: #393939. Windows color (decimal): -12109043 or 867143. OLE color: 867143.

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

Color convert

RGB715913-
CMYK00.170.820.72
HSL47.59º69.05%16.47%-
HSV(B)47.59º81.69%27.84%-
XYZ4.244.51.03-
YUV57.34102.98137.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 59 (23.44% from 255) = 41.26%
BLUE value IS 13 (5.47% from 255) = 9.09%
R=49.65%
G=41.26%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71591300.170.820.7247.5969.0516.47
Hex473BD0115248304510
Octal10773150211221106010520
Binary1000111111011110101000110100101001000110000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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