#5D220E

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

Shades of Caput Mortuum #5D220E

Tints of Caput Mortuum #5D220E

Color information

#5D220E (or 0x5D220E) is unknown color: approx Caput Mortuum. HEX triplet: 5D, 22 and 0E. RGB value is (93,34,14). Sum of RGB (Red+Green+Blue) = 93+34+14=141 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.96% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 93 - color contains mainly: red. Hex color #5D220E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D220E is #A2DDF1. Grayscale: #313131. Windows color (decimal): -10673650 or 926301. OLE color: 926301.

HSL color Cylindrical-coordinate representation of color #5D220E: hue angle of 15.19º degrees, saturation: 0.74, 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 #5D220E is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.64.

Color convert

RGB933414-
CMYK00.630.850.64
HSL15.19º73.83%20.98%-
HSV(B)15.19º84.95%36.47%-
XYZ5.173.50.82-
YUV49.36108.05159.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 65.96%
GREEN value IS 34 (13.67% from 255) = 24.11%
BLUE value IS 14 (5.86% from 255) = 9.93%
R=65.96%
G=24.11%
B=9.93%

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
Decimal93341400.630.850.6415.1973.8320.98
Hex5D22E03F5540f4a15
Octal13542160771251001711225
Binary101110110001011100111111101010110000001111100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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