Html Css Color HEX #4E480E Madras

📋 copy color: '#4E480E'

red 78 ◦ green 72 ◦ blue 14

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

Shades of Madras #4E480E

Tints of Madras #4E480E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.9%

 BLUE value IS 14 (5.86% from 255) = 8.54%

R = 47.56%
G = 43.9%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.69

RGB Variations

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

Color information

#4E480E (or 0x4E480E) is known color: Madras. HEX triplet: 4E, 48 and 0E. RGB value is (78,72,14). Sum of RGB (Red+Green+Blue) = 78+72+14=164 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.56% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 78 - color contains mainly: red. Hex color #4E480E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E480E is #B1B7F1. Grayscale: #434343. Windows color (decimal): -11646962 or 936014. OLE color: 936014.

HSL color Cylindrical-coordinate representation of color #4E480E: hue angle of 54.38º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E480E is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 72 14 -
CMYK 0 0.08 0.82 0.69
HSL 54.38º 0.7% 0.18% -
HSV(B) 54.38º 0.82% 0.31% -
XYZ 5.54 6.29 1.34 -
YUV 67.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 78 72 14 0 0.08 0.82 0.69 54.38 0.7 0.18
Hex 4E 48 E 0 8 52 45 36 46 12
Octal 116 110 16 0 10 122 105 66 106 22
Binary 1001110 1001000 1110 0 1000 1010010 1000101 110110 1000110 10010

Color Harmonies of #4E480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E480E

Black with #4E480E

Text Example


Text Example

White with #4E480E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,72,14); }

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

background-color css

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

 a { background-color: rgb(78,72,14); }

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

border-color css

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

 span { border-color: rgb(78,72,14); }

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