#4E4100

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

Shades of Madras #4E4100

Tints of Madras #4E4100

Color information

#4E4100 (or 0x4E4100) is unknown color: approx Madras. HEX triplet: 4E, 41 and 00. RGB value is (78,65,0). Sum of RGB (Red+Green+Blue) = 78+65+0=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4100 is #B1BEFF. Grayscale: #3D3D3D. Windows color (decimal): -11648768 or 16718. OLE color: 16718.

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

Color convert

RGB78650-
CMYK00.1710.69
HSL50º100%15.29%-
HSV(B)50º100%30.59%-
XYZ5.035.40.78-
YUV61.4893.31139.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.55%
GREEN value IS 65 (25.78% from 255) = 45.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.55%
G=45.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7865000.1710.695010015.29
Hex4E41001164453264f
Octal11610100211441056214417
Binary1001110100000100100011100100100010111001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,65,0); }

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

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

 a { background-color: rgb(78,65,0); }

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

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

 span { border-color: rgb(78,65,0); }

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