#4D2420

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

Shades of Caput Mortuum #4D2420

Tints of Caput Mortuum #4D2420

Color information

#4D2420 (or 0x4D2420) is unknown color: approx Caput Mortuum. HEX triplet: 4D, 24 and 20. RGB value is (77,36,32). Sum of RGB (Red+Green+Blue) = 77+36+32=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2420 is #B2DBDF. Grayscale: #2F2F2F. Windows color (decimal): -11721696 or 2106445. OLE color: 2106445.

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

Color convert

RGB773632-
CMYK00.530.580.70
HSL5.33º41.28%21.37%-
HSV(B)5.33º58.44%30.2%-
XYZ3.952.941.73-
YUV47.8119.08148.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 53.10%
GREEN value IS 36 (14.45% from 255) = 24.83%
BLUE value IS 32 (12.89% from 255) = 22.07%
R=53.10%
G=24.83%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77363200.530.580.705.3341.2821.37
Hex4D24200353A4652915
Octal11544400657210655125
Binary10011011001001000000110101111010100011010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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