#4E2017

Color #4E2017 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #4E2017

Tints of Caput Mortuum #4E2017

Color information

#4E2017 (or 0x4E2017) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 20 and 17. RGB value is (78,32,23). Sum of RGB (Red+Green+Blue) = 78+32+23=133 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.65% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2017 is #B1DFE8. Grayscale: #2C2C2C. Windows color (decimal): -11657193 or 1515598. OLE color: 1515598.

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

Color convert

RGB783223-
CMYK00.590.710.69
HSL9.82º54.46%19.8%-
HSV(B)9.82º70.51%30.59%-
XYZ3.812.711.13-
YUV44.73115.74151.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.65%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 23 (9.38% from 255) = 17.29%
R=58.65%
G=24.06%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78322300.590.710.699.8254.4619.8
Hex4E201703B4745a3614
Octal1164027073107105126624
Binary100111010000010111011101110001111000101101011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E2017;
 }
 .AnyTagClassName
 {
   color: #4E2017;
 }
</style>
background-color css

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

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

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

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

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

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