#4D2320

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

Shades of Caput Mortuum #4D2320

Tints of Caput Mortuum #4D2320

Color information

#4D2320 (or 0x4D2320) is unknown color: approx Caput Mortuum. HEX triplet: 4D, 23 and 20. RGB value is (77,35,32). Sum of RGB (Red+Green+Blue) = 77+35+32=144 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.47% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2320 is #B2DCDF. Grayscale: #2F2F2F. Windows color (decimal): -11721952 or 2106189. OLE color: 2106189.

HSL color Cylindrical-coordinate representation of color #4D2320: hue angle of 4º 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 #4D2320 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB773532-
CMYK00.550.580.70
HSL41.28%21.37%-
HSV(B)58.44%30.2%-
XYZ3.922.881.72-
YUV47.22119.41149.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 53.47%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 32 (12.89% from 255) = 22.22%
R=53.47%
G=24.31%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77353200.550.580.70441.2821.37
Hex4D23200373A4642915
Octal11543400677210645125
Binary10011011000111000000110111111010100011010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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