Html Css Color HEX #4D2520 Caput Mortuum

📋 copy color: '#4D2520'

red 77 ◦ green 37 ◦ blue 32

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

Shades of Caput Mortuum #4D2520

Tints of Caput Mortuum #4D2520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.34%

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

R = 52.74%
G = 25.34%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#4D2520 (or 0x4D2520) is known color: Caput Mortuum. HEX triplet: 4D, 25 and 20. RGB value is (77,37,32). Sum of RGB (Red+Green+Blue) = 77+37+32=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2520 is #B2DADF. Grayscale: #303030. Windows color (decimal): -11721440 or 2106701. OLE color: 2106701.

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

Color convert

RGB 77 37 32 -
CMYK 0 0.52 0.58 0.70
HSL 6.67º 0.41% 0.21% -
HSV(B) 6.67º 0.58% 0.3% -
XYZ 3.98 3.01 1.74 -
YUV 48.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 77 37 32 0 0.52 0.58 0.70 6.67 0.41 0.21
Hex 4D 25 20 0 34 3A 46 7 29 15
Octal 115 45 40 0 64 72 106 7 51 25
Binary 1001101 100101 100000 0 110100 111010 1000110 111 101001 10101

Color Harmonies of #4D2520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2520

Black with #4D2520

Text Example


Text Example

White with #4D2520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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