#4E380D

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

Shades of Madras #4E380D

Tints of Madras #4E380D

Color information

#4E380D (or 0x4E380D) is unknown color: approx Madras. HEX triplet: 4E, 38 and 0D. RGB value is (78,56,13). Sum of RGB (Red+Green+Blue) = 78+56+13=147 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.06% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 78 - color contains mainly: red. Hex color #4E380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E380D is #B1C7F2. Grayscale: #393939. Windows color (decimal): -11651059 or 866382. OLE color: 866382.

HSL color Cylindrical-coordinate representation of color #4E380D: hue angle of 39.69º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E380D is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB785613-
CMYK00.280.830.69
HSL39.69º71.43%17.84%-
HSV(B)39.69º83.33%30.59%-
XYZ4.634.481-
YUV57.68102.79142.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 53.06%
GREEN value IS 56 (22.27% from 255) = 38.10%
BLUE value IS 13 (5.47% from 255) = 8.84%
R=53.06%
G=38.10%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78561300.280.830.6939.6971.4317.84
Hex4E38D01C5345284712
Octal11670150341231055010722
Binary1001110111000110101110010100111000101101000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,56,13); }

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

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

 a { background-color: rgb(78,56,13); }

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

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

 span { border-color: rgb(78,56,13); }

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