#4E3B0C

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

Shades of Madras #4E3B0C

Tints of Madras #4E3B0C

Color information

#4E3B0C (or 0x4E3B0C) is unknown color: approx Madras. HEX triplet: 4E, 3B and 0C. RGB value is (78,59,12). Sum of RGB (Red+Green+Blue) = 78+59+12=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3B0C is #B1C4F3. Grayscale: #3B3B3B. Windows color (decimal): -11650292 or 801614. OLE color: 801614.

HSL color Cylindrical-coordinate representation of color #4E3B0C: hue angle of 42.73º 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 #4E3B0C is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB785912-
CMYK00.240.850.69
HSL42.73º73.33%17.65%-
HSV(B)42.73º84.62%30.59%-
XYZ4.774.771.02-
YUV59.32101.29141.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 52.35%
GREEN value IS 59 (23.44% from 255) = 39.60%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=52.35%
G=39.60%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78591200.240.850.6942.7373.3317.65
Hex4E3BC01855452b4912
Octal11673140301251055311122
Binary1001110111011110001100010101011000101101011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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