Html Css Color HEX #4F2213 Caput Mortuum

📋 copy color: '#4F2213'

red 79 ◦ green 34 ◦ blue 19

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

Shades of Caput Mortuum #4F2213

Tints of Caput Mortuum #4F2213

RGB

 RED value IS 79 (31.25% from 255) = 59.85%

 GREEN value IS 34 (13.67% from 255) = 25.76%

 BLUE value IS 19 (7.81% from 255) = 14.39%

R = 59.85%
G = 25.76%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#4F2213 (or 0x4F2213) is known color: Caput Mortuum. HEX triplet: 4F, 22 and 13. RGB value is (79,34,19). Sum of RGB (Red+Green+Blue) = 79+34+19=132 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.85% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2213 is #B0DDEC. Grayscale: #2D2D2D. Windows color (decimal): -11591149 or 1253967. OLE color: 1253967.

HSL color Cylindrical-coordinate representation of color #4F2213: hue angle of 15º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F2213 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 34 19 -
CMYK 0 0.57 0.76 0.69
HSL 15º 0.61% 0.19% -
HSV(B) 15º 0.76% 0.31% -
XYZ 3.91 2.85 0.96 -
YUV 45.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 79 34 19 0 0.57 0.76 0.69 15 0.61 0.19
Hex 4F 22 13 0 39 4C 45 F 3D 13
Octal 117 42 23 0 71 114 105 17 75 23
Binary 1001111 100010 10011 0 111001 1001100 1000101 1111 111101 10011

Color Harmonies of #4F2213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2213

Black with #4F2213

Text Example


Text Example

White with #4F2213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,34,19); }

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

background-color css

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

 a { background-color: rgb(79,34,19); }

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

border-color css

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

 span { border-color: rgb(79,34,19); }

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