#474104

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

Shades of Madras #474104

Tints of Madras #474104

Color information

#474104 (or 0x474104) is unknown color: approx Madras. HEX triplet: 47, 41 and 04. RGB value is (71,65,4). Sum of RGB (Red+Green+Blue) = 71+65+4=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #474104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474104 is #B8BEFB. Grayscale: #3C3C3C. Windows color (decimal): -12107516 or 278855. OLE color: 278855.

HSL color Cylindrical-coordinate representation of color #474104: hue angle of 54.63º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #474104 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB71654-
CMYK00.080.940.72
HSL54.63º89.33%14.71%-
HSV(B)54.63º94.37%27.84%-
XYZ4.515.130.87-
YUV59.8496.49135.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 65 (25.78% from 255) = 46.43%
BLUE value IS 4 (1.95% from 255) = 2.86%
R=50.71%
G=46.43%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7165400.080.940.7254.6389.3314.71
Hex47414085E483759f
Octal10710140101361106713117
Binary10001111000001100010001011110100100011011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474104; }

 p { color: rgb(71,65,4); }

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

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

 a { background-color: rgb(71,65,4); }

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

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

 span { border-color: rgb(71,65,4); }

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