Html Css Color HEX #4D2116 Caput Mortuum

📋 copy color: '#4D2116'

red 77 ◦ green 33 ◦ blue 22

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

Shades of Caput Mortuum #4D2116

Tints of Caput Mortuum #4D2116

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 value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#4D2116 (or 0x4D2116) is known color: 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

RGB 77 33 22 -
CMYK 0 0.57 0.71 0.70
HSL 12º 0.56% 0.19% -
HSV(B) 12º 0.71% 0.3% -
XYZ 3.75 2.72 1.09 -
YUV 44.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 77 33 22 0 0.57 0.71 0.70 12 0.56 0.19
Hex 4D 21 16 0 39 47 46 C 38 13
Octal 115 41 26 0 71 107 106 14 70 23
Binary 1001101 100001 10110 0 111001 1000111 1000110 1100 111000 10011

Color Harmonies of #4D2116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2116

Black with #4D2116

Text Example


Text Example

White with #4D2116

Text Example


Text Example

HTML Codes & Css Web 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>