Html Css Color HEX #4D2820 Caput Mortuum

📋 copy color: '#4D2820'

red 77 ◦ green 40 ◦ blue 32

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

Shades of Caput Mortuum #4D2820

Tints of Caput Mortuum #4D2820

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 value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#4D2820 (or 0x4D2820) is known color: 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

RGB 77 40 32 -
CMYK 0 0.48 0.58 0.70
HSL 10.67º 0.41% 0.21% -
HSV(B) 10.67º 0.58% 0.3% -
XYZ 4.08 3.2 1.77 -
YUV 50.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 77 40 32 0 0.48 0.58 0.70 10.67 0.41 0.21
Hex 4D 28 20 0 30 3A 46 B 29 15
Octal 115 50 40 0 60 72 106 13 51 25
Binary 1001101 101000 100000 0 110000 111010 1000110 1011 101001 10101

Color Harmonies of #4D2820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2820

Black with #4D2820

Text Example


Text Example

White with #4D2820

Text Example


Text Example

HTML Codes & Css Web 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>