#4E461A

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

Shades of Madras #4E461A

Tints of Madras #4E461A

Color information

#4E461A (or 0x4E461A) is unknown color: approx Madras. HEX triplet: 4E, 46 and 1A. RGB value is (78,70,26). Sum of RGB (Red+Green+Blue) = 78+70+26=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 78 - color contains mainly: red. Hex color #4E461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E461A is #B1B9E5. Grayscale: #434343. Windows color (decimal): -11647462 or 1721934. OLE color: 1721934.

HSL color Cylindrical-coordinate representation of color #4E461A: hue angle of 50.77º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E461A is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB787026-
CMYK00.100.670.69
HSL50.77º50%20.39%-
HSV(B)50.77º66.67%30.59%-
XYZ5.526.071.86-
YUV67.38104.65135.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.83%
GREEN value IS 70 (27.73% from 255) = 40.23%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=44.83%
G=40.23%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78702600.100.670.6950.775020.39
Hex4E461A0A4345333214
Octal11610632012103105636224
Binary1001110100011011010010101000011100010111001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,70,26); }

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

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

 a { background-color: rgb(78,70,26); }

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

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

 span { border-color: rgb(78,70,26); }

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