#473705

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

Shades of Madras #473705

Tints of Madras #473705

Color information

#473705 (or 0x473705) is unknown color: approx Madras. HEX triplet: 47, 37 and 05. RGB value is (71,55,5). Sum of RGB (Red+Green+Blue) = 71+55+5=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #473705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473705 is #B8C8FA. Grayscale: #363636. Windows color (decimal): -12110075 or 341831. OLE color: 341831.

HSL color Cylindrical-coordinate representation of color #473705: hue angle of 45.45º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #473705 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB71555-
CMYK00.230.930.72
HSL45.45º86.84%14.9%-
HSV(B)45.45º92.96%27.84%-
XYZ3.994.080.72-
YUV54.08100.3140.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 55 (21.88% from 255) = 41.98%
BLUE value IS 5 (2.34% from 255) = 3.82%
R=54.20%
G=41.98%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7155500.230.930.7245.4586.8414.9
Hex473750175D482d57f
Octal1076750271351105512717
Binary10001111101111010101111011101100100010110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473705; }

 p { color: rgb(71,55,5); }

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

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

 a { background-color: rgb(71,55,5); }

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

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

 span { border-color: rgb(71,55,5); }

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