#4E380A

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

Shades of Madras #4E380A

Tints of Madras #4E380A

Color information

#4E380A (or 0x4E380A) is unknown color: approx Madras. HEX triplet: 4E, 38 and 0A. RGB value is (78,56,10). Sum of RGB (Red+Green+Blue) = 78+56+10=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E380A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E380A is #B1C7F5. Grayscale: #393939. Windows color (decimal): -11651062 or 669774. OLE color: 669774.

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

Color convert

RGB785610-
CMYK00.280.870.69
HSL40.59º77.27%17.25%-
HSV(B)40.59º87.18%30.59%-
XYZ4.614.470.91-
YUV57.33101.29142.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.17%
GREEN value IS 56 (22.27% from 255) = 38.89%
BLUE value IS 10 (4.30% from 255) = 6.94%
R=54.17%
G=38.89%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78561000.280.870.6940.5977.2717.25
Hex4E38A01C5745294d11
Octal11670120341271055111521
Binary1001110111000101001110010101111000101101001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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