#5B220E

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

Shades of Caput Mortuum #5B220E

Tints of Caput Mortuum #5B220E

Color information

#5B220E (or 0x5B220E) is unknown color: approx Caput Mortuum. HEX triplet: 5B, 22 and 0E. RGB value is (91,34,14). Sum of RGB (Red+Green+Blue) = 91+34+14=139 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65.47% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 91 - color contains mainly: red. Hex color #5B220E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B220E is #A4DDF1. Grayscale: #303030. Windows color (decimal): -10804722 or 926299. OLE color: 926299.

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

Color convert

RGB913414-
CMYK00.630.850.64
HSL15.58º73.33%20.59%-
HSV(B)15.58º84.62%35.69%-
XYZ4.973.40.81-
YUV48.76108.38158.13-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 65.47%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 14 (5.86% from 255) = 10.07%
R=65.47%
G=24.46%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91341400.630.850.6415.5873.3320.59
Hex5B22E03F5540104915
Octal13342160771251002011125
Binary1011011100010111001111111010101100000010000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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