#4F221A

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

Shades of Caput Mortuum #4F221A

Tints of Caput Mortuum #4F221A

Color information

#4F221A (or 0x4F221A) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 22 and 1A. RGB value is (79,34,26). Sum of RGB (Red+Green+Blue) = 79+34+26=139 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.83% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 79 - color contains mainly: red. Hex color #4F221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F221A is #B0DDE5. Grayscale: #2E2E2E. Windows color (decimal): -11591142 or 1712719. OLE color: 1712719.

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

Color convert

RGB793426-
CMYK00.570.670.69
HSL9.06º50.48%20.59%-
HSV(B)9.06º67.09%30.98%-
XYZ3.982.881.32-
YUV46.54116.41151.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 56.83%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=56.83%
G=24.46%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79342600.570.670.699.0650.4820.59
Hex4F221A039434593215
Octal1174232071103105116225
Binary100111110001011010011100110000111000101100111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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