#47421A

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

Shades of Madras #47421A

Tints of Madras #47421A

Color information

#47421A (or 0x47421A) is unknown color: approx Madras. HEX triplet: 47, 42 and 1A. RGB value is (71,66,26). Sum of RGB (Red+Green+Blue) = 71+66+26=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #47421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47421A is #B8BDE5. Grayscale: #3F3F3F. Windows color (decimal): -12107238 or 1720903. OLE color: 1720903.

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

Color convert

RGB716626-
CMYK00.070.630.72
HSL53.33º46.39%19.02%-
HSV(B)53.33º63.38%27.84%-
XYZ4.735.311.75-
YUV62.93107.16133.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.56%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=43.56%
G=40.49%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71662600.070.630.7253.3346.3919.02
Hex47421A073F48352e13
Octal107102320777110655623
Binary10001111000010110100111111111100100011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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