Html Css Color HEX #491C17 Caput Mortuum

📋 copy color: '#491C17'

red 73 ◦ green 28 ◦ blue 23

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

Shades of Caput Mortuum #491C17

Tints of Caput Mortuum #491C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.55%

R = 58.87%
G = 22.58%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#491C17 (or 0x491C17) is known color: Caput Mortuum. HEX triplet: 49, 1C and 17. RGB value is (73,28,23). Sum of RGB (Red+Green+Blue) = 73+28+23=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #491C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C17 is #B6E3E8. Grayscale: #282828. Windows color (decimal): -11985897 or 1514569. OLE color: 1514569.

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

Color convert

RGB 73 28 23 -
CMYK 0 0.62 0.68 0.71
HSL 0.52% 0.19% -
HSV(B) 0.68% 0.29% -
XYZ 3.32 2.31 1.08 -
YUV 40.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 73 28 23 0 0.62 0.68 0.71 6 0.52 0.19
Hex 49 1C 17 0 3E 44 47 6 34 13
Octal 111 34 27 0 76 104 107 6 64 23
Binary 1001001 11100 10111 0 111110 1000100 1000111 110 110100 10011

Color Harmonies of #491C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491C17

Black with #491C17

Text Example


Text Example

White with #491C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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