Html Css Color HEX #4E421B Madras

📋 copy color: '#4E421B'

red 78 ◦ green 66 ◦ blue 27

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

Shades of Madras #4E421B

Tints of Madras #4E421B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.79%

R = 45.61%
G = 38.6%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4E421B (or 0x4E421B) is known color: Madras. HEX triplet: 4E, 42 and 1B. RGB value is (78,66,27). Sum of RGB (Red+Green+Blue) = 78+66+27=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E421B is #B1BDE4. Grayscale: #414141. Windows color (decimal): -11648485 or 1786446. OLE color: 1786446.

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

Color convert

RGB 78 66 27 -
CMYK 0 0.15 0.65 0.69
HSL 45.88º 0.49% 0.21% -
HSV(B) 45.88º 0.65% 0.31% -
XYZ 5.29 5.6 1.84 -
YUV 65.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 78 66 27 0 0.15 0.65 0.69 45.88 0.49 0.21
Hex 4E 42 1B 0 F 41 45 2E 31 15
Octal 116 102 33 0 17 101 105 56 61 25
Binary 1001110 1000010 11011 0 1111 1000001 1000101 101110 110001 10101

Color Harmonies of #4E421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E421B

Black with #4E421B

Text Example


Text Example

White with #4E421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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