#5E2511

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

Shades of Caput Mortuum #5E2511

Tints of Caput Mortuum #5E2511

Color information

#5E2511 (or 0x5E2511) is unknown color: approx Caput Mortuum. HEX triplet: 5E, 25 and 11. RGB value is (94,37,17). Sum of RGB (Red+Green+Blue) = 94+37+17=148 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.51% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2511 is #A1DAEE. Grayscale: #333333. Windows color (decimal): -10607343 or 1123678. OLE color: 1123678.

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

Color convert

RGB943717-
CMYK00.610.820.63
HSL15.58º69.37%21.76%-
HSV(B)15.58º81.91%36.86%-
XYZ5.383.740.97-
YUV51.76108.38158.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 63.51%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 17 (7.03% from 255) = 11.49%
R=63.51%
G=25%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94371700.610.820.6315.5869.3721.76
Hex5E251103D523F104516
Octal1364521075122772010526
Binary1011110100101100010111101101001011111110000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,37,17); }

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

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

 a { background-color: rgb(94,37,17); }

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

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

 span { border-color: rgb(94,37,17); }

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