#5B2211

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

Shades of Caput Mortuum #5B2211

Tints of Caput Mortuum #5B2211

Color information

#5B2211 (or 0x5B2211) is unknown color: approx Caput Mortuum. HEX triplet: 5B, 22 and 11. RGB value is (91,34,17). Sum of RGB (Red+Green+Blue) = 91+34+17=142 (18% of max value = 765). Red value is 91 (35.94% from 255 or 64.08% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2211 is #A4DDEE. Grayscale: #313131. Windows color (decimal): -10804719 or 1122907. OLE color: 1122907.

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

Color convert

RGB913417-
CMYK00.630.810.64
HSL13.78º68.52%21.18%-
HSV(B)13.78º81.32%35.69%-
XYZ4.993.410.93-
YUV49.1109.88157.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 64.08%
GREEN value IS 34 (13.67% from 255) = 23.94%
BLUE value IS 17 (7.03% from 255) = 11.97%
R=64.08%
G=23.94%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91341700.630.810.6413.7868.5221.18
Hex5B221103F5140e4515
Octal13342210771211001610525
Binary1011011100010100010111111101000110000001110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,34,17); }

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

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

 a { background-color: rgb(91,34,17); }

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

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

 span { border-color: rgb(91,34,17); }

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