#473A13

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

Shades of Madras #473A13

Tints of Madras #473A13

Color information

#473A13 (or 0x473A13) is unknown color: approx Madras. HEX triplet: 47, 3A and 13. RGB value is (71,58,19). Sum of RGB (Red+Green+Blue) = 71+58+19=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #473A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A13 is #B8C5EC. Grayscale: #393939. Windows color (decimal): -12109293 or 1260103. OLE color: 1260103.

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

Color convert

RGB715819-
CMYK00.180.730.72
HSL45º57.78%17.65%-
HSV(B)45º73.24%27.84%-
XYZ4.234.411.24-
YUV57.44106.31137.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 58 (23.05% from 255) = 39.19%
BLUE value IS 19 (7.81% from 255) = 12.84%
R=47.97%
G=39.19%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71581900.180.730.724557.7817.65
Hex473A1301249482d3a12
Octal1077223022111110557222
Binary1000111111010100110100101001001100100010110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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