#5D2820

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

Shades of Caput Mortuum #5D2820

Tints of Caput Mortuum #5D2820

Color information

#5D2820 (or 0x5D2820) is unknown color: approx Caput Mortuum. HEX triplet: 5D, 28 and 20. RGB value is (93,40,32). Sum of RGB (Red+Green+Blue) = 93+40+32=165 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.36% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2820 is #A2D7DF. Grayscale: #373737. Windows color (decimal): -10672096 or 2107485. OLE color: 2107485.

HSL color Cylindrical-coordinate representation of color #5D2820: hue angle of 7.87º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D2820 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB934032-
CMYK00.570.660.64
HSL7.87º48.8%24.51%-
HSV(B)7.87º65.59%36.47%-
XYZ5.533.951.84-
YUV54.93115.06155.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 56.36%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 32 (12.89% from 255) = 19.39%
R=56.36%
G=24.24%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93403200.570.660.647.8748.824.51
Hex5D2820039424083119
Octal1355040071102100106131
Binary1011101101000100000011100110000101000000100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,40,32); }

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

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

 a { background-color: rgb(93,40,32); }

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

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

 span { border-color: rgb(93,40,32); }

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