#5E2823

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

Shades of Caput Mortuum #5E2823

Tints of Caput Mortuum #5E2823

Color information

#5E2823 (or 0x5E2823) is unknown color: approx Caput Mortuum. HEX triplet: 5E, 28 and 23. RGB value is (94,40,35). Sum of RGB (Red+Green+Blue) = 94+40+35=169 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.62% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2823 is #A1D7DC. Grayscale: #373737. Windows color (decimal): -10606557 or 2304094. OLE color: 2304094.

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

Color convert

RGB944035-
CMYK00.570.630.63
HSL5.08º45.74%25.29%-
HSV(B)5.08º62.77%36.86%-
XYZ5.684.022.07-
YUV55.58116.39155.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 55.62%
GREEN value IS 40 (16.02% from 255) = 23.67%
BLUE value IS 35 (14.06% from 255) = 20.71%
R=55.62%
G=23.67%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94403500.570.630.635.0845.7425.29
Hex5E28230393F3F52e19
Octal1365043071777755631
Binary1011110101000100011011100111111111111110110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,40,35); }

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

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

 a { background-color: rgb(94,40,35); }

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

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

 span { border-color: rgb(94,40,35); }

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