Html Css Color HEX #4D2119 Caput Mortuum

📋 copy color: '#4D2119'

red 77 ◦ green 33 ◦ blue 25

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

Shades of Caput Mortuum #4D2119

Tints of Caput Mortuum #4D2119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.44%

 BLUE value IS 25 (10.16% from 255) = 18.52%

R = 57.04%
G = 24.44%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4D2119 (or 0x4D2119) is known color: Caput Mortuum. HEX triplet: 4D, 21 and 19. RGB value is (77,33,25). Sum of RGB (Red+Green+Blue) = 77+33+25=135 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.04% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2119 is #B2DEE6. Grayscale: #2D2D2D. Windows color (decimal): -11722471 or 1646925. OLE color: 1646925.

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

Color convert

RGB 77 33 25 -
CMYK 0 0.57 0.68 0.70
HSL 9.23º 0.51% 0.2% -
HSV(B) 9.23º 0.68% 0.3% -
XYZ 3.78 2.74 1.25 -
YUV 45.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 77 33 25 0 0.57 0.68 0.70 9.23 0.51 0.2
Hex 4D 21 19 0 39 44 46 9 33 14
Octal 115 41 31 0 71 104 106 11 63 24
Binary 1001101 100001 11001 0 111001 1000100 1000110 1001 110011 10100

Color Harmonies of #4D2119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2119

Black with #4D2119

Text Example


Text Example

White with #4D2119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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