#4C2820

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

Shades of Caput Mortuum #4C2820

Tints of Caput Mortuum #4C2820

Color information

#4C2820 (or 0x4C2820) is unknown color: approx Caput Mortuum. HEX triplet: 4C, 28 and 20. RGB value is (76,40,32). Sum of RGB (Red+Green+Blue) = 76+40+32=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2820 is #B3D7DF. Grayscale: #313131. Windows color (decimal): -11786208 or 2107468. OLE color: 2107468.

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

Color convert

RGB764032-
CMYK00.470.580.70
HSL10.91º40.74%21.18%-
HSV(B)10.91º57.89%29.8%-
XYZ43.161.77-
YUV49.85117.93146.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 51.35%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 32 (12.89% from 255) = 21.62%
R=51.35%
G=27.03%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76403200.470.580.7010.9140.7421.18
Hex4C282002F3A46b2915
Octal114504005772106135125
Binary100110010100010000001011111110101000110101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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