#473F1B

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

Shades of Madras #473F1B

Tints of Madras #473F1B

Color information

#473F1B (or 0x473F1B) is unknown color: approx Madras. HEX triplet: 47, 3F and 1B. RGB value is (71,63,27). Sum of RGB (Red+Green+Blue) = 71+63+27=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #473F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F1B is #B8C0E4. Grayscale: #3D3D3D. Windows color (decimal): -12108005 or 1785671. OLE color: 1785671.

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

Color convert

RGB716327-
CMYK00.110.620.72
HSL49.09º44.9%19.22%-
HSV(B)49.09º61.97%27.84%-
XYZ4.574.971.76-
YUV61.29108.65134.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 63 (25% from 255) = 39.13%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=44.10%
G=39.13%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71632700.110.620.7249.0944.919.22
Hex473F1B0B3E48312d13
Octal107773301376110615523
Binary10001111111111101101011111110100100011000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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