#4F2A23

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

Shades of Caput Mortuum #4F2A23

Tints of Caput Mortuum #4F2A23

Color information

#4F2A23 (or 0x4F2A23) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 2A and 23. RGB value is (79,42,35). Sum of RGB (Red+Green+Blue) = 79+42+35=156 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.64% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2A23 is #B0D5DC. Grayscale: #343434. Windows color (decimal): -11589085 or 2304591. OLE color: 2304591.

HSL color Cylindrical-coordinate representation of color #4F2A23: hue angle of 9.55º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F2A23 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB794235-
CMYK00.470.560.69
HSL9.55º38.6%22.35%-
HSV(B)9.55º55.7%30.98%-
XYZ4.363.442.02-
YUV52.26118.26147.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50.64%
GREEN value IS 42 (16.80% from 255) = 26.92%
BLUE value IS 35 (14.06% from 255) = 22.44%
R=50.64%
G=26.92%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79423500.470.560.699.5538.622.35
Hex4F2A2302F3845a2716
Octal117524305770105124726
Binary100111110101010001101011111110001000101101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,42,35); }

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

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

 a { background-color: rgb(79,42,35); }

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

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

 span { border-color: rgb(79,42,35); }

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