#473914

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

Shades of Madras #473914

Tints of Madras #473914

Color information

#473914 (or 0x473914) is unknown color: approx Madras. HEX triplet: 47, 39 and 14. RGB value is (71,57,20). Sum of RGB (Red+Green+Blue) = 71+57+20=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #473914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473914 is #B8C6EB. Grayscale: #393939. Windows color (decimal): -12109548 or 1325383. OLE color: 1325383.

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

Color convert

RGB715720-
CMYK00.200.720.72
HSL43.53º56.04%17.84%-
HSV(B)43.53º71.83%27.84%-
XYZ4.194.321.27-
YUV56.97107.14138.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=47.97%
G=38.51%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71572000.200.720.7243.5356.0417.84
Hex47391401448482c3812
Octal1077124024110110547022
Binary1000111111001101000101001001000100100010110011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473914; }

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

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

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

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

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

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

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

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