#4D471F

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

Shades of Madras #4D471F

Tints of Madras #4D471F

Color information

#4D471F (or 0x4D471F) is unknown color: approx Madras. HEX triplet: 4D, 47 and 1F. RGB value is (77,71,31). Sum of RGB (Red+Green+Blue) = 77+71+31=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 77 - color contains mainly: red. Hex color #4D471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D471F is #B2B8E0. Grayscale: #444444. Windows color (decimal): -11712737 or 2049869. OLE color: 2049869.

HSL color Cylindrical-coordinate representation of color #4D471F: hue angle of 52.17º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D471F is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB777131-
CMYK00.080.600.70
HSL52.17º42.59%21.18%-
HSV(B)52.17º59.74%30.2%-
XYZ5.566.182.2-
YUV68.23106.99134.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.02%
GREEN value IS 71 (28.12% from 255) = 39.66%
BLUE value IS 31 (12.5% from 255) = 17.32%
R=43.02%
G=39.66%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77713100.080.600.7052.1742.5921.18
Hex4D471F083C46342b15
Octal1151073701074106645325
Binary100110110001111111101000111100100011011010010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D471F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D471F; }

 p { color: rgb(77,71,31); }

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

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

 a { background-color: rgb(77,71,31); }

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

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

 span { border-color: rgb(77,71,31); }

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