#47391A

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

Shades of Madras #47391A

Tints of Madras #47391A

Color information

#47391A (or 0x47391A) is unknown color: approx Madras. HEX triplet: 47, 39 and 1A. RGB value is (71,57,26). Sum of RGB (Red+Green+Blue) = 71+57+26=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #47391A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47391A is #B8C6E5. Grayscale: #393939. Windows color (decimal): -12109542 or 1718599. OLE color: 1718599.

HSL color Cylindrical-coordinate representation of color #47391A: hue angle of 41.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47391A is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB715726-
CMYK00.200.630.72
HSL41.33º46.39%19.02%-
HSV(B)41.33º63.38%27.84%-
XYZ4.254.341.59-
YUV57.65110.14137.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 57 (22.66% from 255) = 37.01%
BLUE value IS 26 (10.55% from 255) = 16.88%
R=46.10%
G=37.01%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71572600.200.630.7241.3346.3919.02
Hex47391A0143F48292e13
Octal107713202477110515623
Binary100011111100111010010100111111100100010100110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47391A; }

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

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

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

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

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

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

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

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