Html Css Color HEX #4E4510 Madras

📋 copy color: '#4E4510'

red 78 ◦ green 69 ◦ blue 16

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

Shades of Madras #4E4510

Tints of Madras #4E4510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.33%

 BLUE value IS 16 (6.64% from 255) = 9.82%

R = 47.85%
G = 42.33%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#4E4510 (or 0x4E4510) is known color: Madras. HEX triplet: 4E, 45 and 10. RGB value is (78,69,16). Sum of RGB (Red+Green+Blue) = 78+69+16=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4510 is #B1BAEF. Grayscale: #414141. Windows color (decimal): -11647728 or 1066318. OLE color: 1066318.

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

Color convert

RGB 78 69 16 -
CMYK 0 0.12 0.79 0.69
HSL 51.29º 0.66% 0.18% -
HSV(B) 51.29º 0.79% 0.31% -
XYZ 5.36 5.91 1.35 -
YUV 65.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 78 69 16 0 0.12 0.79 0.69 51.29 0.66 0.18
Hex 4E 45 10 0 C 4F 45 33 42 12
Octal 116 105 20 0 14 117 105 63 102 22
Binary 1001110 1000101 10000 0 1100 1001111 1000101 110011 1000010 10010

Color Harmonies of #4E4510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4510

Black with #4E4510

Text Example


Text Example

White with #4E4510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,69,16); }

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

background-color css

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

 a { background-color: rgb(78,69,16); }

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

border-color css

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

 span { border-color: rgb(78,69,16); }

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