#473C15

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

Shades of Madras #473C15

Tints of Madras #473C15

Color information

#473C15 (or 0x473C15) is unknown color: approx Madras. HEX triplet: 47, 3C and 15. RGB value is (71,60,21). Sum of RGB (Red+Green+Blue) = 71+60+21=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #473C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473C15 is #B8C3EA. Grayscale: #3B3B3B. Windows color (decimal): -12108779 or 1391687. OLE color: 1391687.

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

Color convert

RGB716021-
CMYK00.150.700.72
HSL46.8º54.35%18.04%-
HSV(B)46.8º70.42%27.84%-
XYZ4.354.631.37-
YUV58.84106.64136.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.71%
GREEN value IS 60 (23.83% from 255) = 39.47%
BLUE value IS 21 (8.59% from 255) = 13.82%
R=46.71%
G=39.47%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71602100.150.700.7246.854.3518.04
Hex473C150F46482f3612
Octal1077425017106110576622
Binary100011111110010101011111000110100100010111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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