#473A1B

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

Shades of Madras #473A1B

Tints of Madras #473A1B

Color information

#473A1B (or 0x473A1B) is unknown color: approx Madras. HEX triplet: 47, 3A and 1B. RGB value is (71,58,27). Sum of RGB (Red+Green+Blue) = 71+58+27=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #473A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A1B is #B8C5E4. Grayscale: #3A3A3A. Windows color (decimal): -12109285 or 1784391. OLE color: 1784391.

HSL color Cylindrical-coordinate representation of color #473A1B: hue angle of 42.27º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #473A1B is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB715827-
CMYK00.180.620.72
HSL42.27º44.9%19.22%-
HSV(B)42.27º61.97%27.84%-
XYZ4.314.441.67-
YUV58.35110.31137.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.51%
GREEN value IS 58 (23.05% from 255) = 37.18%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=45.51%
G=37.18%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71582700.180.620.7242.2744.919.22
Hex473A1B0123E482a2d13
Octal107723302276110525523
Binary100011111101011011010010111110100100010101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,58,27); }

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

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

 a { background-color: rgb(71,58,27); }

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

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

 span { border-color: rgb(71,58,27); }

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