#473A1A

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

Shades of Madras #473A1A

Tints of Madras #473A1A

Color information

#473A1A (or 0x473A1A) is unknown color: approx Madras. HEX triplet: 47, 3A and 1A. RGB value is (71,58,26). Sum of RGB (Red+Green+Blue) = 71+58+26=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #473A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A1A is #B8C5E5. Grayscale: #3A3A3A. Windows color (decimal): -12109286 or 1718855. OLE color: 1718855.

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

Color convert

RGB715826-
CMYK00.180.630.72
HSL42.67º46.39%19.02%-
HSV(B)42.67º63.38%27.84%-
XYZ4.34.441.61-
YUV58.24109.81137.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=45.81%
G=37.42%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71582600.180.630.7242.6746.3919.02
Hex473A1A0123F482b2e13
Octal107723202277110535623
Binary100011111101011010010010111111100100010101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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