#474107

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

Shades of Madras #474107

Tints of Madras #474107

Color information

#474107 (or 0x474107) is unknown color: approx Madras. HEX triplet: 47, 41 and 07. RGB value is (71,65,7). Sum of RGB (Red+Green+Blue) = 71+65+7=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #474107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474107 is #B8BEF8. Grayscale: #3C3C3C. Windows color (decimal): -12107513 or 475463. OLE color: 475463.

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

Color convert

RGB71657-
CMYK00.080.900.72
HSL54.38º82.05%15.29%-
HSV(B)54.38º90.14%27.84%-
XYZ4.535.140.95-
YUV60.1897.99135.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 65 (25.78% from 255) = 45.45%
BLUE value IS 7 (3.12% from 255) = 4.90%
R=49.65%
G=45.45%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7165700.080.900.7254.3882.0515.29
Hex47417085A483652f
Octal10710170101321106612217
Binary10001111000001111010001011010100100011011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474107; }

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

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

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

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

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

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

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

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