#5E2214

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

Shades of Caput Mortuum #5E2214

Tints of Caput Mortuum #5E2214

Color information

#5E2214 (or 0x5E2214) is unknown color: approx Caput Mortuum. HEX triplet: 5E, 22 and 14. RGB value is (94,34,20). Sum of RGB (Red+Green+Blue) = 94+34+20=148 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.51% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2214 is #A1DDEB. Grayscale: #323232. Windows color (decimal): -10608108 or 1319518. OLE color: 1319518.

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

Color convert

RGB943420-
CMYK00.640.790.63
HSL11.35º64.91%22.35%-
HSV(B)11.35º78.72%36.86%-
XYZ5.313.571.07-
YUV50.34110.88159.14-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 63.51%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=63.51%
G=22.97%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94342000.640.790.6311.3564.9122.35
Hex5E22140404F3Fb4116
Octal13642240100117771310126
Binary1011110100010101000100000010011111111111011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,34,20); }

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

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

 a { background-color: rgb(94,34,20); }

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

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

 span { border-color: rgb(94,34,20); }

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