#474516

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

Shades of Madras #474516

Tints of Madras #474516

Color information

#474516 (or 0x474516) is unknown color: approx Madras. HEX triplet: 47, 45 and 16. RGB value is (71,69,22). Sum of RGB (Red+Green+Blue) = 71+69+22=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #474516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474516 is #B8BAE9. Grayscale: #404040. Windows color (decimal): -12106474 or 1459527. OLE color: 1459527.

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

Color convert

RGB716922-
CMYK00.030.690.72
HSL57.55º52.69%18.24%-
HSV(B)57.55º69.01%27.84%-
XYZ4.875.651.59-
YUV64.24104.16132.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 69 (27.34% from 255) = 42.59%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=43.83%
G=42.59%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71692200.030.690.7257.5552.6918.24
Hex4745160345483a3512
Octal1071052603105110726522
Binary10001111000101101100111000101100100011101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474516; }

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

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

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

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

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

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

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

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