#473A16

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

Shades of Madras #473A16

Tints of Madras #473A16

Color information

#473A16 (or 0x473A16) is unknown color: approx Madras. HEX triplet: 47, 3A and 16. RGB value is (71,58,22). Sum of RGB (Red+Green+Blue) = 71+58+22=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #473A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A16 is #B8C5E9. Grayscale: #393939. Windows color (decimal): -12109290 or 1456711. OLE color: 1456711.

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

Color convert

RGB715822-
CMYK00.180.690.72
HSL44.08º52.69%18.24%-
HSV(B)44.08º69.01%27.84%-
XYZ4.264.421.39-
YUV57.78107.81137.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 58 (23.05% from 255) = 38.41%
BLUE value IS 22 (8.98% from 255) = 14.57%
R=47.02%
G=38.41%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71582200.180.690.7244.0852.6918.24
Hex473A1601245482c3512
Octal1077226022105110546522
Binary1000111111010101100100101000101100100010110011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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