Html Css Color HEX #4D2620 Caput Mortuum

📋 copy color: '#4D2620'

red 77 ◦ green 38 ◦ blue 32

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

Shades of Caput Mortuum #4D2620

Tints of Caput Mortuum #4D2620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.85%

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

R = 52.38%
G = 25.85%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#4D2620 (or 0x4D2620) is known color: Caput Mortuum. HEX triplet: 4D, 26 and 20. RGB value is (77,38,32). Sum of RGB (Red+Green+Blue) = 77+38+32=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2620 is #B2D9DF. Grayscale: #313131. Windows color (decimal): -11721184 or 2106957. OLE color: 2106957.

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

Color convert

RGB 77 38 32 -
CMYK 0 0.51 0.58 0.70
HSL 0.41% 0.21% -
HSV(B) 0.58% 0.3% -
XYZ 4.01 3.07 1.75 -
YUV 48.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 77 38 32 0 0.51 0.58 0.70 8 0.41 0.21
Hex 4D 26 20 0 33 3A 46 8 29 15
Octal 115 46 40 0 63 72 106 10 51 25
Binary 1001101 100110 100000 0 110011 111010 1000110 1000 101001 10101

Color Harmonies of #4D2620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2620

Black with #4D2620

Text Example


Text Example

White with #4D2620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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