#474220

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

Shades of Madras #474220

Tints of Madras #474220

Color information

#474220 (or 0x474220) is unknown color: approx Madras. HEX triplet: 47, 42 and 20. RGB value is (71,66,32). Sum of RGB (Red+Green+Blue) = 71+66+32=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #474220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474220 is #B8BDDF. Grayscale: #3F3F3F. Windows color (decimal): -12107232 or 2114119. OLE color: 2114119.

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

Color convert

RGB716632-
CMYK00.070.550.72
HSL52.31º37.86%20.2%-
HSV(B)52.31º54.93%27.84%-
XYZ4.815.342.14-
YUV63.62110.16133.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.01%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 32 (12.89% from 255) = 18.93%
R=42.01%
G=39.05%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71663200.070.550.7252.3137.8620.2
Hex474220073748342614
Octal107102400767110644624
Binary100011110000101000000111110111100100011010010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474220; }

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

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

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

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

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

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

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

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