#474314

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

Shades of Madras #474314

Tints of Madras #474314

Color information

#474314 (or 0x474314) is unknown color: approx Madras. HEX triplet: 47, 43 and 14. RGB value is (71,67,20). Sum of RGB (Red+Green+Blue) = 71+67+20=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #474314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474314 is #B8BCEB. Grayscale: #3F3F3F. Windows color (decimal): -12106988 or 1327943. OLE color: 1327943.

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

Color convert

RGB716720-
CMYK00.060.720.72
HSL55.29º56.04%17.84%-
HSV(B)55.29º71.83%27.84%-
XYZ4.735.41.46-
YUV62.84103.83133.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 67 (26.56% from 255) = 42.41%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=44.94%
G=42.41%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71672000.060.720.7255.2956.0417.84
Hex474314064848373812
Octal1071032406110110677022
Binary100011110000111010001101001000100100011011111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474314; }

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

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

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

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

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

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

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

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