Html Css Color HEX #4D2318 Caput Mortuum

📋 copy color: '#4D2318'

red 77 ◦ green 35 ◦ blue 24

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

Shades of Caput Mortuum #4D2318

Tints of Caput Mortuum #4D2318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.74%

 BLUE value IS 24 (9.77% from 255) = 17.65%

R = 56.62%
G = 25.74%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.70

RGB Variations

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

Color information

#4D2318 (or 0x4D2318) is known color: Caput Mortuum. HEX triplet: 4D, 23 and 18. RGB value is (77,35,24). Sum of RGB (Red+Green+Blue) = 77+35+24=136 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.62% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2318 is #B2DCE7. Grayscale: #2E2E2E. Windows color (decimal): -11721960 or 1581901. OLE color: 1581901.

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

Color convert

RGB 77 35 24 -
CMYK 0 0.55 0.69 0.70
HSL 12.45º 0.52% 0.2% -
HSV(B) 12.45º 0.69% 0.3% -
XYZ 3.83 2.85 1.21 -
YUV 46.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 77 35 24 0 0.55 0.69 0.70 12.45 0.52 0.2
Hex 4D 23 18 0 37 45 46 C 34 14
Octal 115 43 30 0 67 105 106 14 64 24
Binary 1001101 100011 11000 0 110111 1000101 1000110 1100 110100 10100

Color Harmonies of #4D2318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2318

Black with #4D2318

Text Example


Text Example

White with #4D2318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,35,24); }

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

background-color css

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

 a { background-color: rgb(77,35,24); }

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

border-color css

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

 span { border-color: rgb(77,35,24); }

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