#474105

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

Shades of Madras #474105

Tints of Madras #474105

Color information

#474105 (or 0x474105) is unknown color: approx Madras. HEX triplet: 47, 41 and 05. RGB value is (71,65,5). Sum of RGB (Red+Green+Blue) = 71+65+5=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #474105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474105 is #B8BEFA. Grayscale: #3C3C3C. Windows color (decimal): -12107515 or 344391. OLE color: 344391.

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

Color convert

RGB71655-
CMYK00.080.930.72
HSL54.55º86.84%14.9%-
HSV(B)54.55º92.96%27.84%-
XYZ4.525.130.9-
YUV59.9596.99135.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 65 (25.78% from 255) = 46.10%
BLUE value IS 5 (2.34% from 255) = 3.55%
R=50.35%
G=46.10%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7165500.080.930.7254.5586.8414.9
Hex47415085D483757f
Octal10710150101351106712717
Binary10001111000001101010001011101100100011011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474105; }

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

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

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

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

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

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

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

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