#5B2114

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

Shades of Caput Mortuum #5B2114

Tints of Caput Mortuum #5B2114

Color information

#5B2114 (or 0x5B2114) is unknown color: approx Caput Mortuum. HEX triplet: 5B, 21 and 14. RGB value is (91,33,20). Sum of RGB (Red+Green+Blue) = 91+33+20=144 (19% of max value = 765). Red value is 91 (35.94% from 255 or 63.19% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2114 is #A4DEEB. Grayscale: #303030. Windows color (decimal): -10804972 or 1319259. OLE color: 1319259.

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

Color convert

RGB913320-
CMYK00.640.780.64
HSL10.99º63.96%21.76%-
HSV(B)10.99º78.02%35.69%-
XYZ4.983.361.05-
YUV48.86111.72158.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 63.19%
GREEN value IS 33 (13.28% from 255) = 22.92%
BLUE value IS 20 (8.20% from 255) = 13.89%
R=63.19%
G=22.92%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91332000.640.780.6410.9963.9621.76
Hex5B21140404E40b4016
Octal133412401001161001310026
Binary10110111000011010001000000100111010000001011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,33,20); }

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

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

 a { background-color: rgb(91,33,20); }

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

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

 span { border-color: rgb(91,33,20); }

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