#4D2620

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

Shades of Caput Mortuum #4D2620

Tints of Caput Mortuum #4D2620

Color information

#4D2620 (or 0x4D2620) is unknown color: approx Caput Mortuum. HEX triplet: 4D, 26 and 20. RGB value is (77,38,32). Sum of RGB (Red+Green+Blue) = 77+38+32=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2620 is #B2D9DF. Grayscale: #313131. Windows color (decimal): -11721184 or 2106957. OLE color: 2106957.

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

Color convert

RGB773832-
CMYK00.510.580.70
HSL41.28%21.37%-
HSV(B)58.44%30.2%-
XYZ4.013.071.75-
YUV48.98118.42147.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.38%
GREEN value IS 38 (15.23% from 255) = 25.85%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=52.38%
G=25.85%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77383200.510.580.70841.2821.37
Hex4D26200333A4682915
Octal115464006372106105125
Binary100110110011010000001100111110101000110100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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