#4D2015

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

Shades of Caput Mortuum #4D2015

Tints of Caput Mortuum #4D2015

Color information

#4D2015 (or 0x4D2015) is unknown color: approx Caput Mortuum. HEX triplet: 4D, 20 and 15. RGB value is (77,32,21). Sum of RGB (Red+Green+Blue) = 77+32+21=130 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.23% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2015 is #B2DFEA. Grayscale: #2C2C2C. Windows color (decimal): -11722731 or 1384525. OLE color: 1384525.

HSL color Cylindrical-coordinate representation of color #4D2015: hue angle of 11.79º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D2015 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.70.

Color convert

RGB773221-
CMYK00.580.730.70
HSL11.79º57.14%19.22%-
HSV(B)11.79º72.73%30.2%-
XYZ3.712.661.03-
YUV44.2114.91151.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 59.23%
GREEN value IS 32 (12.89% from 255) = 24.62%
BLUE value IS 21 (8.59% from 255) = 16.15%
R=59.23%
G=24.62%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77322100.580.730.7011.7957.1419.22
Hex4D201503A4946c3913
Octal1154025072111106147123
Binary100110110000010101011101010010011000110110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,32,21); }

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

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

 a { background-color: rgb(77,32,21); }

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

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

 span { border-color: rgb(77,32,21); }

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