#4D2322

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

Shades of Caput Mortuum #4D2322

Tints of Caput Mortuum #4D2322

Color information

#4D2322 (or 0x4D2322) is unknown color: approx Caput Mortuum. HEX triplet: 4D, 23 and 22. RGB value is (77,35,34). Sum of RGB (Red+Green+Blue) = 77+35+34=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2322 is #B2DCDD. Grayscale: #2F2F2F. Windows color (decimal): -11721950 or 2237261. OLE color: 2237261.

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

Color convert

RGB773534-
CMYK00.550.560.70
HSL1.4º38.74%21.76%-
HSV(B)1.4º55.84%30.2%-
XYZ3.952.91.86-
YUV47.44120.41149.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.74%
GREEN value IS 35 (14.06% from 255) = 23.97%
BLUE value IS 34 (13.67% from 255) = 23.29%
R=52.74%
G=23.97%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77353400.550.560.701.438.7421.76
Hex4D2322037384612716
Octal11543420677010614726
Binary100110110001110001001101111110001000110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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