#473C1A

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

Shades of Madras #473C1A

Tints of Madras #473C1A

Color information

#473C1A (or 0x473C1A) is unknown color: approx Madras. HEX triplet: 47, 3C and 1A. RGB value is (71,60,26). Sum of RGB (Red+Green+Blue) = 71+60+26=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #473C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C1A is #B8C3E5. Grayscale: #3B3B3B. Windows color (decimal): -12108774 or 1719367. OLE color: 1719367.

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

Color convert

RGB716026-
CMYK00.150.630.72
HSL45.33º46.39%19.02%-
HSV(B)45.33º63.38%27.84%-
XYZ4.44.651.64-
YUV59.41109.14136.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 60 (23.83% from 255) = 38.22%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=45.22%
G=38.22%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71602600.150.630.7245.3346.3919.02
Hex473C1A0F3F482d2e13
Octal107743201777110555623
Binary10001111111001101001111111111100100010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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