#473A14

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

Shades of Madras #473A14

Tints of Madras #473A14

Color information

#473A14 (or 0x473A14) is unknown color: approx Madras. HEX triplet: 47, 3A and 14. RGB value is (71,58,20). Sum of RGB (Red+Green+Blue) = 71+58+20=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #473A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A14 is #B8C5EB. Grayscale: #393939. Windows color (decimal): -12109292 or 1325639. OLE color: 1325639.

HSL color Cylindrical-coordinate representation of color #473A14: hue angle of 44.71º 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 #473A14 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB715820-
CMYK00.180.720.72
HSL44.71º56.04%17.84%-
HSV(B)44.71º71.83%27.84%-
XYZ4.244.421.29-
YUV57.56106.81137.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 58 (23.05% from 255) = 38.93%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=47.65%
G=38.93%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71582000.180.720.7244.7156.0417.84
Hex473A1401248482d3812
Octal1077224022110110557022
Binary1000111111010101000100101001000100100010110111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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