#4F2523

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

Shades of Caput Mortuum #4F2523

Tints of Caput Mortuum #4F2523

Color information

#4F2523 (or 0x4F2523) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 25 and 23. RGB value is (79,37,35). Sum of RGB (Red+Green+Blue) = 79+37+35=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2523 is #B0DADC. Grayscale: #313131. Windows color (decimal): -11590365 or 2303311. OLE color: 2303311.

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

Color convert

RGB793735-
CMYK00.530.560.69
HSL2.73º38.6%22.35%-
HSV(B)2.73º55.7%30.98%-
XYZ4.193.111.97-
YUV49.33119.91149.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 52.32%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 35 (14.06% from 255) = 23.18%
R=52.32%
G=24.50%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79373500.530.560.692.7338.622.35
Hex4F2523035384532716
Octal11745430657010534726
Binary1001111100101100011011010111100010001011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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