Html Css Color HEX #4D2420 Caput Mortuum

📋 copy color: '#4D2420'

red 77 ◦ green 36 ◦ blue 32

#4D2420
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #4D2420

Tints of Caput Mortuum #4D2420

RGB

 RED value IS 77 (30.47% from 255) = 53.1%

 GREEN value IS 36 (14.45% from 255) = 24.83%

 BLUE value IS 32 (12.89% from 255) = 22.07%

R = 53.1%
G = 24.83%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#4D2420 (or 0x4D2420) is known color: Caput Mortuum. HEX triplet: 4D, 24 and 20. RGB value is (77,36,32). Sum of RGB (Red+Green+Blue) = 77+36+32=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2420 is #B2DBDF. Grayscale: #2F2F2F. Windows color (decimal): -11721696 or 2106445. OLE color: 2106445.

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

Color convert

RGB 77 36 32 -
CMYK 0 0.53 0.58 0.70
HSL 5.33º 0.41% 0.21% -
HSV(B) 5.33º 0.58% 0.3% -
XYZ 3.95 2.94 1.73 -
YUV 47.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 77 36 32 0 0.53 0.58 0.70 5.33 0.41 0.21
Hex 4D 24 20 0 35 3A 46 5 29 15
Octal 115 44 40 0 65 72 106 5 51 25
Binary 1001101 100100 100000 0 110101 111010 1000110 101 101001 10101

Color Harmonies of #4D2420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2420

Black with #4D2420

Text Example


Text Example

White with #4D2420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D2420;
 }
 .AnyTagClassName
 {
   color: #4D2420;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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