Html Css Color HEX #4E421F Madras

📋 copy color: '#4E421F'

red 78 ◦ green 66 ◦ blue 31

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

Shades of Madras #4E421F

Tints of Madras #4E421F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.71%

R = 44.57%
G = 37.71%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#4E421F (or 0x4E421F) is known color: Madras. HEX triplet: 4E, 42 and 1F. RGB value is (78,66,31). Sum of RGB (Red+Green+Blue) = 78+66+31=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E421F is #B1BDE0. Grayscale: #414141. Windows color (decimal): -11648481 or 2048590. OLE color: 2048590.

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

Color convert

RGB 78 66 31 -
CMYK 0 0.15 0.60 0.69
HSL 44.68º 0.43% 0.21% -
HSV(B) 44.68º 0.6% 0.31% -
XYZ 5.34 5.62 2.1 -
YUV 65.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 78 66 31 0 0.15 0.60 0.69 44.68 0.43 0.21
Hex 4E 42 1F 0 F 3C 45 2D 2B 15
Octal 116 102 37 0 17 74 105 55 53 25
Binary 1001110 1000010 11111 0 1111 111100 1000101 101101 101011 10101

Color Harmonies of #4E421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E421F

Black with #4E421F

Text Example


Text Example

White with #4E421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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