#473C0A

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

Shades of Madras #473C0A

Tints of Madras #473C0A

Color information

#473C0A (or 0x473C0A) is unknown color: approx Madras. HEX triplet: 47, 3C and 0A. RGB value is (71,60,10). Sum of RGB (Red+Green+Blue) = 71+60+10=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #473C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473C0A is #B8C3F5. Grayscale: #393939. Windows color (decimal): -12108790 or 670791. OLE color: 670791.

HSL color Cylindrical-coordinate representation of color #473C0A: hue angle of 49.18º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #473C0A is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB716010-
CMYK00.150.860.72
HSL49.18º75.31%15.88%-
HSV(B)49.18º85.92%27.84%-
XYZ4.274.590.95-
YUV57.59101.14137.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 60 (23.83% from 255) = 42.55%
BLUE value IS 10 (4.30% from 255) = 7.09%
R=50.35%
G=42.55%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71601000.150.860.7249.1875.3115.88
Hex473CA0F5648314b10
Octal10774120171261106111320
Binary100011111110010100111110101101001000110001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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