#47401A

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

Shades of Madras #47401A

Tints of Madras #47401A

Color information

#47401A (or 0x47401A) is unknown color: approx Madras. HEX triplet: 47, 40 and 1A. RGB value is (71,64,26). Sum of RGB (Red+Green+Blue) = 71+64+26=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #47401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47401A is #B8BFE5. Grayscale: #3D3D3D. Windows color (decimal): -12107750 or 1720391. OLE color: 1720391.

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

Color convert

RGB716426-
CMYK00.100.630.72
HSL50.67º46.39%19.02%-
HSV(B)50.67º63.38%27.84%-
XYZ4.625.081.71-
YUV61.76107.82134.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=44.10%
G=39.75%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71642600.100.630.7250.6746.3919.02
Hex47401A0A3F48332e13
Octal1071003201277110635623
Binary100011110000001101001010111111100100011001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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