#474416

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

Shades of Madras #474416

Tints of Madras #474416

Color information

#474416 (or 0x474416) is unknown color: approx Madras. HEX triplet: 47, 44 and 16. RGB value is (71,68,22). Sum of RGB (Red+Green+Blue) = 71+68+22=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #474416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474416 is #B8BBE9. Grayscale: #3F3F3F. Windows color (decimal): -12106730 or 1459271. OLE color: 1459271.

HSL color Cylindrical-coordinate representation of color #474416: hue angle of 56.33º 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 #474416 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB716822-
CMYK00.040.690.72
HSL56.33º52.69%18.24%-
HSV(B)56.33º69.01%27.84%-
XYZ4.815.531.57-
YUV63.65104.49133.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 68 (26.95% from 255) = 42.24%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=44.10%
G=42.24%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71682200.040.690.7256.3352.6918.24
Hex474416044548383512
Octal1071042604105110706522
Binary100011110001001011001001000101100100011100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474416; }

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

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

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

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

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

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

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

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