#4D2820

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

Shades of Caput Mortuum #4D2820

Tints of Caput Mortuum #4D2820

Color information

#4D2820 (or 0x4D2820) is unknown color: approx Caput Mortuum. HEX triplet: 4D, 28 and 20. RGB value is (77,40,32). Sum of RGB (Red+Green+Blue) = 77+40+32=149 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.68% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2820 is #B2D7DF. Grayscale: #323232. Windows color (decimal): -11720672 or 2107469. OLE color: 2107469.

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

Color convert

RGB774032-
CMYK00.480.580.70
HSL10.67º41.28%21.37%-
HSV(B)10.67º58.44%30.2%-
XYZ4.083.21.77-
YUV50.15117.76147.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 51.68%
GREEN value IS 40 (16.02% from 255) = 26.85%
BLUE value IS 32 (12.89% from 255) = 21.48%
R=51.68%
G=26.85%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77403200.480.580.7010.6741.2821.37
Hex4D28200303A46b2915
Octal115504006072106135125
Binary100110110100010000001100001110101000110101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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