#473D20

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

Shades of Madras #473D20

Tints of Madras #473D20

Color information

#473D20 (or 0x473D20) is unknown color: approx Madras. HEX triplet: 47, 3D and 20. RGB value is (71,61,32). Sum of RGB (Red+Green+Blue) = 71+61+32=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #473D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D20 is #B8C2DF. Grayscale: #3C3C3C. Windows color (decimal): -12108512 or 2112839. OLE color: 2112839.

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

Color convert

RGB716132-
CMYK00.140.550.72
HSL44.62º37.86%20.2%-
HSV(B)44.62º54.93%27.84%-
XYZ4.534.782.05-
YUV60.68111.81135.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 61 (24.22% from 255) = 37.20%
BLUE value IS 32 (12.89% from 255) = 19.51%
R=43.29%
G=37.20%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71613200.140.550.7244.6237.8620.2
Hex473D200E37482d2614
Octal107754001667110554624
Binary100011111110110000001110110111100100010110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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