#4D221A

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

Shades of Caput Mortuum #4D221A

Tints of Caput Mortuum #4D221A

Color information

#4D221A (or 0x4D221A) is unknown color: approx Caput Mortuum. HEX triplet: 4D, 22 and 1A. RGB value is (77,34,26). Sum of RGB (Red+Green+Blue) = 77+34+26=137 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.20% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 77 - color contains mainly: red. Hex color #4D221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D221A is #B2DDE5. Grayscale: #2E2E2E. Windows color (decimal): -11722214 or 1712717. OLE color: 1712717.

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

Color convert

RGB773426-
CMYK00.560.660.70
HSL9.41º49.51%20.2%-
HSV(B)9.41º66.23%30.2%-
XYZ3.822.81.32-
YUV45.94116.75150.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 56.20%
GREEN value IS 34 (13.67% from 255) = 24.82%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=56.20%
G=24.82%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77342600.560.660.709.4149.5120.2
Hex4D221A038424693214
Octal1154232070102106116224
Binary100110110001011010011100010000101000110100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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