#5D1A04

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

Shades of Caput Mortuum #5D1A04

Tints of Caput Mortuum #5D1A04

Color information

#5D1A04 (or 0x5D1A04) is unknown color: approx Caput Mortuum. HEX triplet: 5D, 1A and 04. RGB value is (93,26,4). Sum of RGB (Red+Green+Blue) = 93+26+4=123 (16% of max value = 765). Red value is 93 (36.72% from 255 or 75.61% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D1A04 is #A2E5FB. Grayscale: #2B2B2B. Windows color (decimal): -10675708 or 268893. OLE color: 268893.

HSL color Cylindrical-coordinate representation of color #5D1A04: hue angle of 14.83º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D1A04 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB93264-
CMYK00.720.960.64
HSL14.83º91.75%19.02%-
HSV(B)14.83º95.7%36.47%-
XYZ4.913.070.45-
YUV43.52105.7163.29-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 75.61%
GREEN value IS 26 (10.55% from 255) = 21.14%
BLUE value IS 4 (1.95% from 255) = 3.25%
R=75.61%
G=21.14%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9326400.720.960.6414.8391.7519.02
Hex5D1A40486040f5c13
Octal13532401101401001713423
Binary10111011101010001001000110000010000001111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,26,4); }

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

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

 a { background-color: rgb(93,26,4); }

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

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

 span { border-color: rgb(93,26,4); }

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