#474221

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

Shades of Madras #474221

Tints of Madras #474221

Color information

#474221 (or 0x474221) is unknown color: approx Madras. HEX triplet: 47, 42 and 21. RGB value is (71,66,33). Sum of RGB (Red+Green+Blue) = 71+66+33=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #474221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474221 is #B8BDDE. Grayscale: #3F3F3F. Windows color (decimal): -12107231 or 2179655. OLE color: 2179655.

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

Color convert

RGB716633-
CMYK00.070.540.72
HSL52.11º36.54%20.39%-
HSV(B)52.11º53.52%27.84%-
XYZ4.825.352.22-
YUV63.73110.66133.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 66 (26.17% from 255) = 38.82%
BLUE value IS 33 (13.28% from 255) = 19.41%
R=41.76%
G=38.82%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71663300.070.540.7252.1136.5420.39
Hex474221073648342514
Octal107102410766110644524
Binary100011110000101000010111110110100100011010010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474221; }

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

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

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

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

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

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

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

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