#4D2116

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

Shades of Caput Mortuum #4D2116

Tints of Caput Mortuum #4D2116

Color information

#4D2116 (or 0x4D2116) is unknown color: approx Caput Mortuum. HEX triplet: 4D, 21 and 16. RGB value is (77,33,22). Sum of RGB (Red+Green+Blue) = 77+33+22=132 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.33% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2116 is #B2DEE9. Grayscale: #2C2C2C. Windows color (decimal): -11722474 or 1450317. OLE color: 1450317.

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

Color convert

RGB773322-
CMYK00.570.710.70
HSL12º55.56%19.41%-
HSV(B)12º71.43%30.2%-
XYZ3.752.721.09-
YUV44.9115.08150.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 58.33%
GREEN value IS 33 (13.28% from 255) = 25%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=58.33%
G=25%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77332200.570.710.701255.5619.41
Hex4D21160394746c3813
Octal1154126071107106147023
Binary100110110000110110011100110001111000110110011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,33,22); }

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

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

 a { background-color: rgb(77,33,22); }

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

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

 span { border-color: rgb(77,33,22); }

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