Html Css Color HEX #4F2013 Caput Mortuum

📋 copy color: '#4F2013'

red 79 ◦ green 32 ◦ blue 19

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

Shades of Caput Mortuum #4F2013

Tints of Caput Mortuum #4F2013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.62%

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

R = 60.77%
G = 24.62%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#4F2013 (or 0x4F2013) is known color: Caput Mortuum. HEX triplet: 4F, 20 and 13. RGB value is (79,32,19). Sum of RGB (Red+Green+Blue) = 79+32+19=130 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.77% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2013 is #B0DFEC. Grayscale: #2C2C2C. Windows color (decimal): -11591661 or 1253455. OLE color: 1253455.

HSL color Cylindrical-coordinate representation of color #4F2013: hue angle of 13º 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 #4F2013 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 32 19 -
CMYK 0 0.59 0.76 0.69
HSL 13º 0.61% 0.19% -
HSV(B) 13º 0.76% 0.31% -
XYZ 3.86 2.74 0.94 -
YUV 44.57 113.57 152.56 -
System Red Green Blue C M Y K H S L
Decimal 79 32 19 0 0.59 0.76 0.69 13 0.61 0.19
Hex 4F 20 13 0 3B 4C 45 D 3D 13
Octal 117 40 23 0 73 114 105 15 75 23
Binary 1001111 100000 10011 0 111011 1001100 1000101 1101 111101 10011

Color Harmonies of #4F2013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2013

Black with #4F2013

Text Example


Text Example

White with #4F2013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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