#5F2012

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

Shades of Caput Mortuum #5F2012

Tints of Caput Mortuum #5F2012

Color information

#5F2012 (or 0x5F2012) is unknown color: approx Caput Mortuum. HEX triplet: 5F, 20 and 12. RGB value is (95,32,18). Sum of RGB (Red+Green+Blue) = 95+32+18=145 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.52% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2012 is #A0DFED. Grayscale: #313131. Windows color (decimal): -10543086 or 1187935. OLE color: 1187935.

HSL color Cylindrical-coordinate representation of color #5F2012: hue angle of 10.91º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F2012 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.63.

Color convert

RGB953218-
CMYK00.660.810.63
HSL10.91º68.14%22.16%-
HSV(B)10.91º81.05%37.25%-
XYZ5.353.510.97-
YUV49.24110.37160.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 65.52%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=65.52%
G=22.07%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.81
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95321800.660.810.6310.9168.1422.16
Hex5F2012042513Fb4416
Octal13740220102121771310426
Binary1011111100000100100100001010100011111111011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,32,18); }

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

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

 a { background-color: rgb(95,32,18); }

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

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

 span { border-color: rgb(95,32,18); }

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