#4C411A

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

Shades of Madras #4C411A

Tints of Madras #4C411A

Color information

#4C411A (or 0x4C411A) is unknown color: approx Madras. HEX triplet: 4C, 41 and 1A. RGB value is (76,65,26). Sum of RGB (Red+Green+Blue) = 76+65+26=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C411A is #B3BEE5. Grayscale: #404040. Windows color (decimal): -11779814 or 1720652. OLE color: 1720652.

HSL color Cylindrical-coordinate representation of color #4C411A: hue angle of 46.8º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C411A is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB766526-
CMYK00.140.660.70
HSL46.8º49.02%20%-
HSV(B)46.8º65.79%29.8%-
XYZ5.065.391.75-
YUV63.84106.64136.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.51%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 26 (10.55% from 255) = 15.57%
R=45.51%
G=38.92%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76652600.140.660.7046.849.0220
Hex4C411A0E42462f3114
Octal11410132016102106576124
Binary1001100100000111010011101000010100011010111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,65,26); }

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

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

 a { background-color: rgb(76,65,26); }

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

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

 span { border-color: rgb(76,65,26); }

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