#5d210c

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

Shades of Caput Mortuum #5D210C

Tints of Caput Mortuum #5D210C

Color information

#5D210C (or 0x5D210C) is unknown color: approx Caput Mortuum. HEX triplet: 5D, 21 and 0C. RGB value is (93,33,12). Sum of RGB (Red+Green+Blue) = 93+33+12=138 (18% of max value = 765). Red value is 93 (36.72% from 255 or 67.39% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 93 - color contains mainly: red. Hex color #5D210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D210C is #A2DEF3. Grayscale: #303030. Windows color (decimal): -10673908 or 794973. OLE color: 794973.

HSL color Cylindrical-coordinate representation of color #5D210C: hue angle of 15.56º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D210C is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.64.

Color convert

RGB933312-
CMYK00.650.870.64
HSL15.56º77.14%20.59%-
HSV(B)15.56º87.1%36.47%-
XYZ5.123.440.74-
YUV48.55107.38159.71-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 67.39%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 12 (5.08% from 255) = 8.70%
R=67.39%
G=23.91%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93331200.650.870.6415.5677.1420.59
Hex5D21C0415740104d15
Octal135411401011271002011525
Binary10111011000011100010000011010111100000010000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d210c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,33,12); }

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

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

 a { background-color: rgb(93,33,12); }

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

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

 span { border-color: rgb(93,33,12); }

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