Html Css Color HEX #4E441F Madras

📋 copy color: '#4E441F'

red 78 ◦ green 68 ◦ blue 31

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

Shades of Madras #4E441F

Tints of Madras #4E441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.42%

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

R = 44.07%
G = 38.42%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#4E441F (or 0x4E441F) is known color: Madras. HEX triplet: 4E, 44 and 1F. RGB value is (78,68,31). Sum of RGB (Red+Green+Blue) = 78+68+31=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 78 - color contains mainly: red. Hex color #4E441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E441F is #B1BBE0. Grayscale: #424242. Windows color (decimal): -11647969 or 2049102. OLE color: 2049102.

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

Color convert

RGB 78 68 31 -
CMYK 0 0.13 0.60 0.69
HSL 47.23º 0.43% 0.21% -
HSV(B) 47.23º 0.6% 0.31% -
XYZ 5.46 5.85 2.14 -
YUV 66.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 78 68 31 0 0.13 0.60 0.69 47.23 0.43 0.21
Hex 4E 44 1F 0 D 3C 45 2F 2B 15
Octal 116 104 37 0 15 74 105 57 53 25
Binary 1001110 1000100 11111 0 1101 111100 1000101 101111 101011 10101

Color Harmonies of #4E441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E441F

Black with #4E441F

Text Example


Text Example

White with #4E441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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