#5F2415

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

Shades of Caput Mortuum #5F2415

Tints of Caput Mortuum #5F2415

Color information

#5F2415 (or 0x5F2415) is unknown color: approx Caput Mortuum. HEX triplet: 5F, 24 and 15. RGB value is (95,36,21). Sum of RGB (Red+Green+Blue) = 95+36+21=152 (20% of max value = 765). Red value is 95 (37.5% from 255 or 62.5% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2415 is #A0DBEA. Grayscale: #343434. Windows color (decimal): -10542059 or 1385567. OLE color: 1385567.

HSL color Cylindrical-coordinate representation of color #5F2415: hue angle of 12.16º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F2415 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB953621-
CMYK00.620.780.63
HSL12.16º63.79%22.75%-
HSV(B)12.16º77.89%37.25%-
XYZ5.493.751.14-
YUV51.93110.55158.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 62.5%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 21 (8.59% from 255) = 13.82%
R=62.5%
G=23.68%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95362100.620.780.6312.1663.7922.75
Hex5F241503E4E3Fc4017
Octal1374425076116771410027
Binary101111110010010101011111010011101111111100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F2415; }

 p { color: rgb(95,36,21); }

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

<style>
 a { background-color: #5F2415; }

 a { background-color: rgb(95,36,21); }

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

<style>
 span { border-color: #5F2415; }

 span { border-color: rgb(95,36,21); }

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