Html Css Color HEX #4E401A Madras

📋 copy color: '#4E401A'

red 78 ◦ green 64 ◦ blue 26

#4E401A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #4E401A

Tints of Madras #4E401A

RGB

 RED value IS 78 (30.86% from 255) = 46.43%

 GREEN value IS 64 (25.39% from 255) = 38.1%

 BLUE value IS 26 (10.55% from 255) = 15.48%

R = 46.43%
G = 38.1%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4E401A (or 0x4E401A) is known color: Madras. HEX triplet: 4E, 40 and 1A. RGB value is (78,64,26). Sum of RGB (Red+Green+Blue) = 78+64+26=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 78 - color contains mainly: red. Hex color #4E401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E401A is #B1BFE5. Grayscale: #404040. Windows color (decimal): -11648998 or 1720398. OLE color: 1720398.

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

Color convert

RGB 78 64 26 -
CMYK 0 0.18 0.67 0.69
HSL 43.85º 0.5% 0.2% -
HSV(B) 43.85º 0.67% 0.31% -
XYZ 5.16 5.36 1.74 -
YUV 63.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 78 64 26 0 0.18 0.67 0.69 43.85 0.5 0.2
Hex 4E 40 1A 0 12 43 45 2C 32 14
Octal 116 100 32 0 22 103 105 54 62 24
Binary 1001110 1000000 11010 0 10010 1000011 1000101 101100 110010 10100

Color Harmonies of #4E401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E401A

Black with #4E401A

Text Example


Text Example

White with #4E401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E401A;
 }
 .AnyTagClassName
 {
   color: #4E401A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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