Html Css Color HEX #4E421C Madras

📋 copy color: '#4E421C'

red 78 ◦ green 66 ◦ blue 28

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

Shades of Madras #4E421C

Tints of Madras #4E421C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.28%

R = 45.35%
G = 38.37%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#4E421C (or 0x4E421C) is known color: Madras. HEX triplet: 4E, 42 and 1C. RGB value is (78,66,28). Sum of RGB (Red+Green+Blue) = 78+66+28=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 78 - color contains mainly: red. Hex color #4E421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E421C is #B1BDE3. Grayscale: #414141. Windows color (decimal): -11648484 or 1851982. OLE color: 1851982.

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

Color convert

RGB 78 66 28 -
CMYK 0 0.15 0.64 0.69
HSL 45.6º 0.47% 0.21% -
HSV(B) 45.6º 0.64% 0.31% -
XYZ 5.3 5.6 1.9 -
YUV 65.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 78 66 28 0 0.15 0.64 0.69 45.6 0.47 0.21
Hex 4E 42 1C 0 F 40 45 2E 2F 15
Octal 116 102 34 0 17 100 105 56 57 25
Binary 1001110 1000010 11100 0 1111 1000000 1000101 101110 101111 10101

Color Harmonies of #4E421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E421C

Black with #4E421C

Text Example


Text Example

White with #4E421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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