#4C211B

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

Shades of Caput Mortuum #4C211B

Tints of Caput Mortuum #4C211B

Color information

#4C211B (or 0x4C211B) is unknown color: approx Caput Mortuum. HEX triplet: 4C, 21 and 1B. RGB value is (76,33,27). Sum of RGB (Red+Green+Blue) = 76+33+27=136 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.88% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 76 - color contains mainly: red. Hex color #4C211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C211B is #B3DEE4. Grayscale: #2D2D2D. Windows color (decimal): -11788005 or 1777996. OLE color: 1777996.

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

Color convert

RGB763327-
CMYK00.570.640.70
HSL7.35º47.57%20.2%-
HSV(B)7.35º64.47%29.8%-
XYZ3.722.71.36-
YUV45.17117.75149.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 55.88%
GREEN value IS 33 (13.28% from 255) = 24.26%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=55.88%
G=24.26%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76332700.570.640.707.3547.5720.2
Hex4C211B039404673014
Octal114413307110010676024
Binary10011001000011101101110011000000100011011111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,33,27); }

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

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

 a { background-color: rgb(76,33,27); }

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

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

 span { border-color: rgb(76,33,27); }

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