#5E2721

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

Shades of Caput Mortuum #5E2721

Tints of Caput Mortuum #5E2721

Color information

#5E2721 (or 0x5E2721) is unknown color: approx Caput Mortuum. HEX triplet: 5E, 27 and 21. RGB value is (94,39,33). Sum of RGB (Red+Green+Blue) = 94+39+33=166 (21% of max value = 765). Red value is 94 (37.11% from 255 or 56.63% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2721 is #A1D8DE. Grayscale: #363636. Windows color (decimal): -10606815 or 2172766. OLE color: 2172766.

HSL color Cylindrical-coordinate representation of color #5E2721: hue angle of 5.9º 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 #5E2721 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.63.

Color convert

RGB943933-
CMYK00.590.650.63
HSL5.9º48.03%24.9%-
HSV(B)5.9º64.89%36.86%-
XYZ5.623.941.9-
YUV54.76115.72155.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 56.63%
GREEN value IS 39 (15.62% from 255) = 23.49%
BLUE value IS 33 (13.28% from 255) = 19.88%
R=56.63%
G=23.49%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94393300.590.650.635.948.0324.9
Hex5E272103B413F63019
Octal13647410731017766031
Binary10111101001111000010111011100000111111111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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