Html Css Color HEX #4E421A Madras

📋 copy color: '#4E421A'

red 78 ◦ green 66 ◦ blue 26

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

Shades of Madras #4E421A

Tints of Madras #4E421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.82%

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

R = 45.88%
G = 38.82%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4E421A (or 0x4E421A) is known color: Madras. HEX triplet: 4E, 42 and 1A. RGB value is (78,66,26). Sum of RGB (Red+Green+Blue) = 78+66+26=170 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.88% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 78 - color contains mainly: red. Hex color #4E421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E421A is #B1BDE5. Grayscale: #414141. Windows color (decimal): -11648486 or 1720910. OLE color: 1720910.

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

Color convert

RGB 78 66 26 -
CMYK 0 0.15 0.67 0.69
HSL 46.15º 0.5% 0.2% -
HSV(B) 46.15º 0.67% 0.31% -
XYZ 5.28 5.59 1.78 -
YUV 65.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 78 66 26 0 0.15 0.67 0.69 46.15 0.5 0.2
Hex 4E 42 1A 0 F 43 45 2E 32 14
Octal 116 102 32 0 17 103 105 56 62 24
Binary 1001110 1000010 11010 0 1111 1000011 1000101 101110 110010 10100

Color Harmonies of #4E421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E421A

Black with #4E421A

Text Example


Text Example

White with #4E421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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