#47421F

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

Shades of Madras #47421F

Tints of Madras #47421F

Color information

#47421F (or 0x47421F) is unknown color: approx Madras. HEX triplet: 47, 42 and 1F. RGB value is (71,66,31). Sum of RGB (Red+Green+Blue) = 71+66+31=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #47421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47421F is #B8BDE0. Grayscale: #3F3F3F. Windows color (decimal): -12107233 or 2048583. OLE color: 2048583.

HSL color Cylindrical-coordinate representation of color #47421F: hue angle of 52.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47421F is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB716631-
CMYK00.070.560.72
HSL52.5º39.22%20%-
HSV(B)52.5º56.34%27.84%-
XYZ4.795.332.07-
YUV63.5109.66133.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.26%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 31 (12.5% from 255) = 18.45%
R=42.26%
G=39.29%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71663100.070.560.7252.539.2220
Hex47421F073848342714
Octal107102370770110644724
Binary10001111000010111110111111000100100011010010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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