#474216

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

Shades of Madras #474216

Tints of Madras #474216

Color information

#474216 (or 0x474216) is unknown color: approx Madras. HEX triplet: 47, 42 and 16. RGB value is (71,66,22). Sum of RGB (Red+Green+Blue) = 71+66+22=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #474216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474216 is #B8BDE9. Grayscale: #3E3E3E. Windows color (decimal): -12107242 or 1458759. OLE color: 1458759.

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

Color convert

RGB716622-
CMYK00.070.690.72
HSL53.88º52.69%18.24%-
HSV(B)53.88º69.01%27.84%-
XYZ4.695.291.53-
YUV62.48105.16134.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=44.65%
G=41.51%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71662200.070.690.7253.8852.6918.24
Hex474216074548363512
Octal1071022607105110666522
Binary100011110000101011001111000101100100011011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474216; }

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

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

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

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

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

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

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

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