#473A11

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

Shades of Madras #473A11

Tints of Madras #473A11

Color information

#473A11 (or 0x473A11) is unknown color: approx Madras. HEX triplet: 47, 3A and 11. RGB value is (71,58,17). Sum of RGB (Red+Green+Blue) = 71+58+17=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #473A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A11 is #B8C5EE. Grayscale: #393939. Windows color (decimal): -12109295 or 1129031. OLE color: 1129031.

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

Color convert

RGB715817-
CMYK00.180.760.72
HSL45.56º61.36%17.25%-
HSV(B)45.56º76.06%27.84%-
XYZ4.214.411.16-
YUV57.21105.31137.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 58 (23.05% from 255) = 39.73%
BLUE value IS 17 (7.03% from 255) = 11.64%
R=48.63%
G=39.73%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71581700.180.760.7245.5661.3617.25
Hex473A110124C482e3d11
Octal1077221022114110567521
Binary1000111111010100010100101001100100100010111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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