#5D2C23

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

Shades of Caput Mortuum #5D2C23

Tints of Caput Mortuum #5D2C23

Color information

#5D2C23 (or 0x5D2C23) is unknown color: approx Caput Mortuum. HEX triplet: 5D, 2C and 23. RGB value is (93,44,35). Sum of RGB (Red+Green+Blue) = 93+44+35=172 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.07% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2C23 is #A2D3DC. Grayscale: #393939. Windows color (decimal): -10671069 or 2305117. OLE color: 2305117.

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

Color convert

RGB934435-
CMYK00.530.620.64
HSL9.31º45.31%25.1%-
HSV(B)9.31º62.37%36.47%-
XYZ5.724.252.11-
YUV57.62115.23153.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 54.07%
GREEN value IS 44 (17.58% from 255) = 25.58%
BLUE value IS 35 (14.06% from 255) = 20.35%
R=54.07%
G=25.58%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93443500.530.620.649.3145.3125.1
Hex5D2C230353E4092d19
Octal135544306576100115531
Binary101110110110010001101101011111101000000100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,44,35); }

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

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

 a { background-color: rgb(93,44,35); }

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

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

 span { border-color: rgb(93,44,35); }

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