#4F201A

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

Shades of Caput Mortuum #4F201A

Tints of Caput Mortuum #4F201A

Color information

#4F201A (or 0x4F201A) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 20 and 1A. RGB value is (79,32,26). Sum of RGB (Red+Green+Blue) = 79+32+26=137 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.66% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 79 - color contains mainly: red. Hex color #4F201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F201A is #B0DFE5. Grayscale: #2D2D2D. Windows color (decimal): -11591654 or 1712207. OLE color: 1712207.

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

Color convert

RGB793226-
CMYK00.590.670.69
HSL6.79º50.48%20.59%-
HSV(B)6.79º67.09%30.98%-
XYZ3.932.771.3-
YUV45.37117.07151.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 57.66%
GREEN value IS 32 (12.89% from 255) = 23.36%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=57.66%
G=23.36%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79322600.590.670.696.7950.4820.59
Hex4F201A03B434573215
Octal117403207310310576225
Binary10011111000001101001110111000011100010111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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