Html Css Color HEX #4E2013 Caput Mortuum

📋 copy color: '#4E2013'

red 78 ◦ green 32 ◦ blue 19

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

Shades of Caput Mortuum #4E2013

Tints of Caput Mortuum #4E2013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.73%

R = 60.47%
G = 24.81%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#4E2013 (or 0x4E2013) is known color: Caput Mortuum. HEX triplet: 4E, 20 and 13. RGB value is (78,32,19). Sum of RGB (Red+Green+Blue) = 78+32+19=129 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60.47% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2013 is #B1DFEC. Grayscale: #2C2C2C. Windows color (decimal): -11657197 or 1253454. OLE color: 1253454.

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

Color convert

RGB 78 32 19 -
CMYK 0 0.59 0.76 0.69
HSL 13.22º 0.61% 0.19% -
HSV(B) 13.22º 0.76% 0.31% -
XYZ 3.78 2.7 0.94 -
YUV 44.27 113.74 152.06 -
System Red Green Blue C M Y K H S L
Decimal 78 32 19 0 0.59 0.76 0.69 13.22 0.61 0.19
Hex 4E 20 13 0 3B 4C 45 D 3D 13
Octal 116 40 23 0 73 114 105 15 75 23
Binary 1001110 100000 10011 0 111011 1001100 1000101 1101 111101 10011

Color Harmonies of #4E2013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2013

Black with #4E2013

Text Example


Text Example

White with #4E2013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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