#473F16

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

Shades of Madras #473F16

Tints of Madras #473F16

Color information

#473F16 (or 0x473F16) is unknown color: approx Madras. HEX triplet: 47, 3F and 16. RGB value is (71,63,22). Sum of RGB (Red+Green+Blue) = 71+63+22=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #473F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F16 is #B8C0E9. Grayscale: #3C3C3C. Windows color (decimal): -12108010 or 1457991. OLE color: 1457991.

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

Color convert

RGB716322-
CMYK00.110.690.72
HSL50.2º52.69%18.24%-
HSV(B)50.2º69.01%27.84%-
XYZ4.524.951.48-
YUV60.72106.15135.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.51%
GREEN value IS 63 (25% from 255) = 40.38%
BLUE value IS 22 (8.98% from 255) = 14.10%
R=45.51%
G=40.38%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71632200.110.690.7250.252.6918.24
Hex473F160B4548323512
Octal1077726013105110626522
Binary100011111111110110010111000101100100011001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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