#4D1B12

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

Shades of Caput Mortuum #4D1B12

Tints of Caput Mortuum #4D1B12

Color information

#4D1B12 (or 0x4D1B12) is unknown color: approx Caput Mortuum. HEX triplet: 4D, 1B and 12. RGB value is (77,27,18). Sum of RGB (Red+Green+Blue) = 77+27+18=122 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.11% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1B12 is #B2E4ED. Grayscale: #292929. Windows color (decimal): -11724014 or 1186637. OLE color: 1186637.

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

Color convert

RGB772718-
CMYK00.650.770.70
HSL9.15º62.11%18.63%-
HSV(B)9.15º76.62%30.2%-
XYZ3.562.410.85-
YUV40.92115.06153.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 63.11%
GREEN value IS 27 (10.94% from 255) = 22.13%
BLUE value IS 18 (7.42% from 255) = 14.75%
R=63.11%
G=22.13%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77271800.650.770.709.1562.1118.63
Hex4D1B120414D4693e13
Octal11533220101115106117623
Binary100110111011100100100000110011011000110100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,27,18); }

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

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

 a { background-color: rgb(77,27,18); }

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

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

 span { border-color: rgb(77,27,18); }

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