#47411A

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

Shades of Madras #47411A

Tints of Madras #47411A

Color information

#47411A (or 0x47411A) is unknown color: approx Madras. HEX triplet: 47, 41 and 1A. RGB value is (71,65,26). Sum of RGB (Red+Green+Blue) = 71+65+26=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #47411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47411A is #B8BEE5. Grayscale: #3E3E3E. Windows color (decimal): -12107494 or 1720647. OLE color: 1720647.

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

Color convert

RGB716526-
CMYK00.080.630.72
HSL52º46.39%19.02%-
HSV(B)52º63.38%27.84%-
XYZ4.685.191.73-
YUV62.35107.49134.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=43.83%
G=40.12%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71652600.080.630.725246.3919.02
Hex47411A083F48342e13
Octal1071013201077110645623
Binary100011110000011101001000111111100100011010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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