#4E3D1F

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

Shades of Madras #4E3D1F

Tints of Madras #4E3D1F

Color information

#4E3D1F (or 0x4E3D1F) is unknown color: approx Madras. HEX triplet: 4E, 3D and 1F. RGB value is (78,61,31). Sum of RGB (Red+Green+Blue) = 78+61+31=170 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.88% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3D1F is #B1C2E0. Grayscale: #3E3E3E. Windows color (decimal): -11649761 or 2047310. OLE color: 2047310.

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

Color convert

RGB786131-
CMYK00.220.600.69
HSL38.3º43.12%21.37%-
HSV(B)38.3º60.26%30.59%-
XYZ5.065.062.01-
YUV62.66110.13138.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.88%
GREEN value IS 61 (24.22% from 255) = 35.88%
BLUE value IS 31 (12.5% from 255) = 18.24%
R=45.88%
G=35.88%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78613100.220.600.6938.343.1221.37
Hex4E3D1F0163C45262b15
Octal116753702674105465325
Binary100111011110111111010110111100100010110011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,61,31); }

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

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

 a { background-color: rgb(78,61,31); }

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

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

 span { border-color: rgb(78,61,31); }

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