#473A20

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

Shades of Madras #473A20

Tints of Madras #473A20

Color information

#473A20 (or 0x473A20) is unknown color: approx Madras. HEX triplet: 47, 3A and 20. RGB value is (71,58,32). Sum of RGB (Red+Green+Blue) = 71+58+32=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #473A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A20 is #B8C5DF. Grayscale: #3B3B3B. Windows color (decimal): -12109280 or 2112071. OLE color: 2112071.

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

Color convert

RGB715832-
CMYK00.180.550.72
HSL40º37.86%20.2%-
HSV(B)40º54.93%27.84%-
XYZ4.374.472-
YUV58.92112.81136.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 58 (23.05% from 255) = 36.02%
BLUE value IS 32 (12.89% from 255) = 19.88%
R=44.10%
G=36.02%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71583200.180.550.724037.8620.2
Hex473A200123748282614
Octal107724002267110504624
Binary1000111111010100000010010110111100100010100010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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