#5E2A21

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

Shades of Caput Mortuum #5E2A21

Tints of Caput Mortuum #5E2A21

Color information

#5E2A21 (or 0x5E2A21) is unknown color: approx Caput Mortuum. HEX triplet: 5E, 2A and 21. RGB value is (94,42,33). Sum of RGB (Red+Green+Blue) = 94+42+33=169 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.62% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2A21 is #A1D5DE. Grayscale: #383838. Windows color (decimal): -10606047 or 2173534. OLE color: 2173534.

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

Color convert

RGB944233-
CMYK00.550.650.63
HSL8.85º48.03%24.9%-
HSV(B)8.85º64.89%36.86%-
XYZ5.724.151.94-
YUV56.52114.73154.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 55.62%
GREEN value IS 42 (16.80% from 255) = 24.85%
BLUE value IS 33 (13.28% from 255) = 19.53%
R=55.62%
G=24.85%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94423300.550.650.638.8548.0324.9
Hex5E2A21037413F93019
Octal136524106710177116031
Binary101111010101010000101101111000001111111100111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,42,33); }

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

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

 a { background-color: rgb(94,42,33); }

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

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

 span { border-color: rgb(94,42,33); }

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