#474119

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

Shades of Madras #474119

Tints of Madras #474119

Color information

#474119 (or 0x474119) is unknown color: approx Madras. HEX triplet: 47, 41 and 19. RGB value is (71,65,25). Sum of RGB (Red+Green+Blue) = 71+65+25=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #474119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474119 is #B8BEE6. Grayscale: #3E3E3E. Windows color (decimal): -12107495 or 1655111. OLE color: 1655111.

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

Color convert

RGB716525-
CMYK00.080.650.72
HSL52.17º47.92%18.82%-
HSV(B)52.17º64.79%27.84%-
XYZ4.665.191.68-
YUV62.23106.99134.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 65 (25.78% from 255) = 40.37%
BLUE value IS 25 (10.16% from 255) = 15.53%
R=44.10%
G=40.37%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71652500.080.650.7252.1747.9218.82
Hex474119084148343013
Octal10710131010101110646023
Binary1000111100000111001010001000001100100011010011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474119; }

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

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

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

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

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

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

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

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