#47421E

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

Shades of Madras #47421E

Tints of Madras #47421E

Color information

#47421E (or 0x47421E) is unknown color: approx Madras. HEX triplet: 47, 42 and 1E. RGB value is (71,66,30). Sum of RGB (Red+Green+Blue) = 71+66+30=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #47421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47421E is #B8BDE1. Grayscale: #3F3F3F. Windows color (decimal): -12107234 or 1983047. OLE color: 1983047.

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

Color convert

RGB716630-
CMYK00.070.580.72
HSL52.68º40.59%19.8%-
HSV(B)52.68º57.75%27.84%-
XYZ4.785.332.01-
YUV63.39109.16133.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 30 (12.11% from 255) = 17.96%
R=42.51%
G=39.52%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71663000.070.580.7252.6840.5919.8
Hex47421E073A48352914
Octal107102360772110655124
Binary10001111000010111100111111010100100011010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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