#4C2720

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

Shades of Caput Mortuum #4C2720

Tints of Caput Mortuum #4C2720

Color information

#4C2720 (or 0x4C2720) is unknown color: approx Caput Mortuum. HEX triplet: 4C, 27 and 20. RGB value is (76,39,32). Sum of RGB (Red+Green+Blue) = 76+39+32=147 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.70% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2720 is #B3D8DF. Grayscale: #313131. Windows color (decimal): -11786464 or 2107212. OLE color: 2107212.

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

Color convert

RGB763932-
CMYK00.490.580.70
HSL9.55º40.74%21.18%-
HSV(B)9.55º57.89%29.8%-
XYZ3.973.091.75-
YUV49.26118.26147.07-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 51.70%
GREEN value IS 39 (15.62% from 255) = 26.53%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=51.70%
G=26.53%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76393200.490.580.709.5540.7421.18
Hex4C27200313A46a2915
Octal114474006172106125125
Binary100110010011110000001100011110101000110101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,39,32); }

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

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

 a { background-color: rgb(76,39,32); }

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

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

 span { border-color: rgb(76,39,32); }

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