Html Css Color HEX #4D2521 Caput Mortuum

📋 copy color: '#4D2521'

red 77 ◦ green 37 ◦ blue 33

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

Shades of Caput Mortuum #4D2521

Tints of Caput Mortuum #4D2521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 22.45%

R = 52.38%
G = 25.17%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#4D2521 (or 0x4D2521) is known color: Caput Mortuum. HEX triplet: 4D, 25 and 21. RGB value is (77,37,33). Sum of RGB (Red+Green+Blue) = 77+37+33=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2521 is #B2DADE. Grayscale: #303030. Windows color (decimal): -11721439 or 2172237. OLE color: 2172237.

HSL color Cylindrical-coordinate representation of color #4D2521: hue angle of 5.45º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D2521 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 37 33 -
CMYK 0 0.52 0.57 0.70
HSL 5.45º 0.4% 0.22% -
HSV(B) 5.45º 0.57% 0.3% -
XYZ 4 3.01 1.81 -
YUV 48.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 77 37 33 0 0.52 0.57 0.70 5.45 0.4 0.22
Hex 4D 25 21 0 34 39 46 5 28 16
Octal 115 45 41 0 64 71 106 5 50 26
Binary 1001101 100101 100001 0 110100 111001 1000110 101 101000 10110

Color Harmonies of #4D2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2521

Black with #4D2521

Text Example


Text Example

White with #4D2521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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