#473B1C

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

Shades of Madras #473B1C

Tints of Madras #473B1C

Color information

#473B1C (or 0x473B1C) is unknown color: approx Madras. HEX triplet: 47, 3B and 1C. RGB value is (71,59,28). Sum of RGB (Red+Green+Blue) = 71+59+28=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #473B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B1C is #B8C4E3. Grayscale: #3B3B3B. Windows color (decimal): -12109028 or 1850183. OLE color: 1850183.

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

Color convert

RGB715928-
CMYK00.170.610.72
HSL43.26º43.43%19.41%-
HSV(B)43.26º60.56%27.84%-
XYZ4.374.551.75-
YUV59.05110.48136.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 59 (23.44% from 255) = 37.34%
BLUE value IS 28 (11.33% from 255) = 17.72%
R=44.94%
G=37.34%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71592800.170.610.7243.2643.4319.41
Hex473B1C0113D482b2b13
Octal107733402175110535323
Binary100011111101111100010001111101100100010101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,59,28); }

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

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

 a { background-color: rgb(71,59,28); }

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

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

 span { border-color: rgb(71,59,28); }

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