#4D2521

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

Shades of Caput Mortuum #4D2521

Tints of Caput Mortuum #4D2521

Color information

#4D2521 (or 0x4D2521) is unknown color: approx Caput Mortuum. HEX triplet: 4D, 25 and 21. RGB value is (77,37,33). Sum of RGB (Red+Green+Blue) = 77+37+33=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2521 is #B2DADE. Grayscale: #303030. Windows color (decimal): -11721439 or 2172237. OLE color: 2172237.

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

Color convert

RGB773733-
CMYK00.520.570.70
HSL5.45º40%21.57%-
HSV(B)5.45º57.14%30.2%-
XYZ43.011.81-
YUV48.5119.25148.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.38%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 33 (13.28% from 255) = 22.45%
R=52.38%
G=25.17%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77373300.520.570.705.454021.57
Hex4D2521034394652816
Octal11545410647110655026
Binary10011011001011000010110100111001100011010110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,37,33); }

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

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

 a { background-color: rgb(77,37,33); }

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

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

 span { border-color: rgb(77,37,33); }

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