#473B16

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

Shades of Madras #473B16

Tints of Madras #473B16

Color information

#473B16 (or 0x473B16) is unknown color: approx Madras. HEX triplet: 47, 3B and 16. RGB value is (71,59,22). Sum of RGB (Red+Green+Blue) = 71+59+22=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #473B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473B16 is #B8C4E9. Grayscale: #3A3A3A. Windows color (decimal): -12109034 or 1456967. OLE color: 1456967.

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

Color convert

RGB715922-
CMYK00.170.690.72
HSL45.31º52.69%18.24%-
HSV(B)45.31º69.01%27.84%-
XYZ4.314.531.41-
YUV58.37107.48137.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.71%
GREEN value IS 59 (23.44% from 255) = 38.82%
BLUE value IS 22 (8.98% from 255) = 14.47%
R=46.71%
G=38.82%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71592200.170.690.7245.3152.6918.24
Hex473B1601145482d3512
Octal1077326021105110556522
Binary1000111111011101100100011000101100100010110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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