#4F2019

Color #4F2019 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #4F2019

Tints of Caput Mortuum #4F2019

Color information

#4F2019 (or 0x4F2019) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 20 and 19. RGB value is (79,32,25). Sum of RGB (Red+Green+Blue) = 79+32+25=136 (18% of max value = 765). Red value is 79 (31.25% from 255 or 58.09% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2019 is #B0DFE6. Grayscale: #2D2D2D. Windows color (decimal): -11591655 or 1646671. OLE color: 1646671.

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

Color convert

RGB793225-
CMYK00.590.680.69
HSL7.78º51.92%20.39%-
HSV(B)7.78º68.35%30.98%-
XYZ3.922.771.25-
YUV45.26116.57152.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 58.09%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 25 (10.16% from 255) = 18.38%
R=58.09%
G=23.53%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79322500.590.680.697.7851.9220.39
Hex4F201903B444583414
Octal1174031073104105106424
Binary100111110000011001011101110001001000101100011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F2019;
 }
 .AnyTagClassName
 {
   color: #4F2019;
 }
</style>
background-color css

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

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

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

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

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

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