#4E450C

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

Shades of Madras #4E450C

Tints of Madras #4E450C

Color information

#4E450C (or 0x4E450C) is unknown color: approx Madras. HEX triplet: 4E, 45 and 0C. RGB value is (78,69,12). Sum of RGB (Red+Green+Blue) = 78+69+12=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E450C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E450C is #B1BAF3. Grayscale: #414141. Windows color (decimal): -11647732 or 804174. OLE color: 804174.

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

Color convert

RGB786912-
CMYK00.120.850.69
HSL51.82º73.33%17.65%-
HSV(B)51.82º84.62%30.59%-
XYZ5.345.91.21-
YUV65.1997.98137.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.06%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 12 (5.08% from 255) = 7.55%
R=49.06%
G=43.40%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78691200.120.850.6951.8273.3317.65
Hex4E45C0C5545344912
Octal116105140141251056411122
Binary1001110100010111000110010101011000101110100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,69,12); }

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

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

 a { background-color: rgb(78,69,12); }

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

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

 span { border-color: rgb(78,69,12); }

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