#4D441F

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

Shades of Madras #4D441F

Tints of Madras #4D441F

Color information

#4D441F (or 0x4D441F) is unknown color: approx Madras. HEX triplet: 4D, 44 and 1F. RGB value is (77,68,31). Sum of RGB (Red+Green+Blue) = 77+68+31=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 77 - color contains mainly: red. Hex color #4D441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D441F is #B2BBE0. Grayscale: #424242. Windows color (decimal): -11713505 or 2049101. OLE color: 2049101.

HSL color Cylindrical-coordinate representation of color #4D441F: hue angle of 48.26º 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 #4D441F is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB776831-
CMYK00.120.600.70
HSL48.26º42.59%21.18%-
HSV(B)48.26º59.74%30.2%-
XYZ5.385.812.13-
YUV66.47107.98135.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.75%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 31 (12.5% from 255) = 17.61%
R=43.75%
G=38.64%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77683100.120.600.7048.2642.5921.18
Hex4D441F0C3C46302b15
Octal1151043701474106605325
Binary100110110001001111101100111100100011011000010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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