Html Css Color HEX #491C18 Caput Mortuum

📋 copy color: '#491C18'

red 73 ◦ green 28 ◦ blue 24

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

Shades of Caput Mortuum #491C18

Tints of Caput Mortuum #491C18

RGB

 RED value IS 73 (28.91% from 255) = 58.4%

 GREEN value IS 28 (11.33% from 255) = 22.4%

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

R = 58.4%
G = 22.4%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#491C18 (or 0x491C18) is known color: Caput Mortuum. HEX triplet: 49, 1C and 18. RGB value is (73,28,24). Sum of RGB (Red+Green+Blue) = 73+28+24=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #491C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C18 is #B6E3E7. Grayscale: #292929. Windows color (decimal): -11985896 or 1580105. OLE color: 1580105.

HSL color Cylindrical-coordinate representation of color #491C18: hue angle of 4.9º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #491C18 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 28 24 -
CMYK 0 0.62 0.67 0.71
HSL 4.9º 0.51% 0.19% -
HSV(B) 4.9º 0.67% 0.29% -
XYZ 3.33 2.31 1.14 -
YUV 41 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 73 28 24 0 0.62 0.67 0.71 4.9 0.51 0.19
Hex 49 1C 18 0 3E 43 47 5 33 13
Octal 111 34 30 0 76 103 107 5 63 23
Binary 1001001 11100 11000 0 111110 1000011 1000111 101 110011 10011

Color Harmonies of #491C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491C18

Black with #491C18

Text Example


Text Example

White with #491C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491C18; }

 p { color: rgb(73,28,24); }

 H1.HeaderClassName
 {
   color: #491C18;
 }
 .AnyTagClassName
 {
   color: #491C18;
 }
</style>

background-color css

<style>
 a { background-color: #491C18; }

 a { background-color: rgb(73,28,24); }

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

border-color css

<style>
 span { border-color: #491C18; }

 span { border-color: rgb(73,28,24); }

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