#5C2115

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

Shades of Caput Mortuum #5C2115

Tints of Caput Mortuum #5C2115

Color information

#5C2115 (or 0x5C2115) is unknown color: approx Caput Mortuum. HEX triplet: 5C, 21 and 15. RGB value is (92,33,21). Sum of RGB (Red+Green+Blue) = 92+33+21=146 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.01% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C2115 is #A3DEEA. Grayscale: #313131. Windows color (decimal): -10739435 or 1384796. OLE color: 1384796.

HSL color Cylindrical-coordinate representation of color #5C2115: hue angle of 10.14º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C2115 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB923321-
CMYK00.640.770.64
HSL10.14º62.83%22.16%-
HSV(B)10.14º77.17%36.08%-
XYZ5.093.421.1-
YUV49.27112.05158.48-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 63.01%
GREEN value IS 33 (13.28% from 255) = 22.60%
BLUE value IS 21 (8.59% from 255) = 14.38%
R=63.01%
G=22.60%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92332100.640.770.6410.1462.8322.16
Hex5C21150404D40a3f16
Octal13441250100115100127726
Binary1011100100001101010100000010011011000000101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,33,21); }

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

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

 a { background-color: rgb(92,33,21); }

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

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

 span { border-color: rgb(92,33,21); }

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