#473F14

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

Shades of Madras #473F14

Tints of Madras #473F14

Color information

#473F14 (or 0x473F14) is unknown color: approx Madras. HEX triplet: 47, 3F and 14. RGB value is (71,63,20). Sum of RGB (Red+Green+Blue) = 71+63+20=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #473F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F14 is #B8C0EB. Grayscale: #3C3C3C. Windows color (decimal): -12108012 or 1326919. OLE color: 1326919.

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

Color convert

RGB716320-
CMYK00.110.720.72
HSL50.59º56.04%17.84%-
HSV(B)50.59º71.83%27.84%-
XYZ4.54.951.38-
YUV60.49105.15135.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 63 (25% from 255) = 40.91%
BLUE value IS 20 (8.20% from 255) = 12.99%
R=46.10%
G=40.91%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71632000.110.720.7250.5956.0417.84
Hex473F140B4848333812
Octal1077724013110110637022
Binary100011111111110100010111001000100100011001111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,63,20); }

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

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

 a { background-color: rgb(71,63,20); }

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

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

 span { border-color: rgb(71,63,20); }

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