Html Css Color HEX #4E3C10 Madras

📋 copy color: '#4E3C10'

red 78 ◦ green 60 ◦ blue 16

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

Shades of Madras #4E3C10

Tints of Madras #4E3C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.96%

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

R = 50.65%
G = 38.96%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#4E3C10 (or 0x4E3C10) is known color: Madras. HEX triplet: 4E, 3C and 10. RGB value is (78,60,16). Sum of RGB (Red+Green+Blue) = 78+60+16=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3C10 is #B1C3EF. Grayscale: #3C3C3C. Windows color (decimal): -11650032 or 1064014. OLE color: 1064014.

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

Color convert

RGB 78 60 16 -
CMYK 0 0.23 0.79 0.69
HSL 42.58º 0.66% 0.18% -
HSV(B) 42.58º 0.79% 0.31% -
XYZ 4.85 4.89 1.18 -
YUV 60.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 78 60 16 0 0.23 0.79 0.69 42.58 0.66 0.18
Hex 4E 3C 10 0 17 4F 45 2B 42 12
Octal 116 74 20 0 27 117 105 53 102 22
Binary 1001110 111100 10000 0 10111 1001111 1000101 101011 1000010 10010

Color Harmonies of #4E3C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3C10

Black with #4E3C10

Text Example


Text Example

White with #4E3C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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