#474316

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

Shades of Madras #474316

Tints of Madras #474316

Color information

#474316 (or 0x474316) is unknown color: approx Madras. HEX triplet: 47, 43 and 16. RGB value is (71,67,22). Sum of RGB (Red+Green+Blue) = 71+67+22=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #474316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474316 is #B8BCE9. Grayscale: #3F3F3F. Windows color (decimal): -12106986 or 1459015. OLE color: 1459015.

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

Color convert

RGB716722-
CMYK00.060.690.72
HSL55.1º52.69%18.24%-
HSV(B)55.1º69.01%27.84%-
XYZ4.755.411.55-
YUV63.07104.83133.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 67 (26.56% from 255) = 41.88%
BLUE value IS 22 (8.98% from 255) = 13.75%
R=44.38%
G=41.88%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71672200.060.690.7255.152.6918.24
Hex474316064548373512
Octal1071032606105110676522
Binary100011110000111011001101000101100100011011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474316; }

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

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

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

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

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

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

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

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