Html Css Color HEX #4E2014 Caput Mortuum

📋 copy color: '#4E2014'

red 78 ◦ green 32 ◦ blue 20

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

Shades of Caput Mortuum #4E2014

Tints of Caput Mortuum #4E2014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.62%

 BLUE value IS 20 (8.2% from 255) = 15.38%

R = 60%
G = 24.62%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#4E2014 (or 0x4E2014) is known color: Caput Mortuum. HEX triplet: 4E, 20 and 14. RGB value is (78,32,20). Sum of RGB (Red+Green+Blue) = 78+32+20=130 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2014 is #B1DFEB. Grayscale: #2C2C2C. Windows color (decimal): -11657196 or 1318990. OLE color: 1318990.

HSL color Cylindrical-coordinate representation of color #4E2014: hue angle of 12.41º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E2014 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 32 20 -
CMYK 0 0.59 0.74 0.69
HSL 12.41º 0.59% 0.19% -
HSV(B) 12.41º 0.74% 0.31% -
XYZ 3.78 2.7 0.98 -
YUV 44.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 78 32 20 0 0.59 0.74 0.69 12.41 0.59 0.19
Hex 4E 20 14 0 3B 4A 45 C 3B 13
Octal 116 40 24 0 73 112 105 14 73 23
Binary 1001110 100000 10100 0 111011 1001010 1000101 1100 111011 10011

Color Harmonies of #4E2014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2014

Black with #4E2014

Text Example


Text Example

White with #4E2014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,32,20); }

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

background-color css

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

 a { background-color: rgb(78,32,20); }

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

border-color css

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

 span { border-color: rgb(78,32,20); }

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