#5B2414

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

Shades of Caput Mortuum #5B2414

Tints of Caput Mortuum #5B2414

Color information

#5B2414 (or 0x5B2414) is unknown color: approx Caput Mortuum. HEX triplet: 5B, 24 and 14. RGB value is (91,36,20). Sum of RGB (Red+Green+Blue) = 91+36+20=147 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.90% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2414 is #A4DBEB. Grayscale: #323232. Windows color (decimal): -10804204 or 1320027. OLE color: 1320027.

HSL color Cylindrical-coordinate representation of color #5B2414: hue angle of 13.52º 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 #5B2414 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB913620-
CMYK00.600.780.64
HSL13.52º63.96%21.76%-
HSV(B)13.52º78.02%35.69%-
XYZ5.073.541.08-
YUV50.62110.72156.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 61.90%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=61.90%
G=24.49%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91362000.600.780.6413.5263.9621.76
Hex5B241403C4E40e4016
Octal13344240741161001610026
Binary1011011100100101000111100100111010000001110100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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