#4C401E

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

Shades of Madras #4C401E

Tints of Madras #4C401E

Color information

#4C401E (or 0x4C401E) is unknown color: approx Madras. HEX triplet: 4C, 40 and 1E. RGB value is (76,64,30). Sum of RGB (Red+Green+Blue) = 76+64+30=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 76 - color contains mainly: red. Hex color #4C401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C401E is #B3BFE1. Grayscale: #3F3F3F. Windows color (decimal): -11780066 or 1982540. OLE color: 1982540.

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

Color convert

RGB766430-
CMYK00.160.610.70
HSL44.35º43.4%20.78%-
HSV(B)44.35º60.53%29.8%-
XYZ5.055.31.98-
YUV63.71108.98136.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 44.71%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 30 (12.11% from 255) = 17.65%
R=44.71%
G=37.65%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76643000.160.610.7044.3543.420.78
Hex4C401E0103D462c2b15
Octal1141003602075106545325
Binary1001100100000011110010000111101100011010110010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,64,30); }

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

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

 a { background-color: rgb(76,64,30); }

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

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

 span { border-color: rgb(76,64,30); }

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