#502C23

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

Shades of Caput Mortuum #502C23

Tints of Caput Mortuum #502C23

Color information

#502C23 (or 0x502C23) is unknown color: approx Caput Mortuum. HEX triplet: 50, 2C and 23. RGB value is (80,44,35). Sum of RGB (Red+Green+Blue) = 80+44+35=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #502C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C23 is #AFD3DC. Grayscale: #353535. Windows color (decimal): -11523037 or 2305104. OLE color: 2305104.

HSL color Cylindrical-coordinate representation of color #502C23: hue angle of 12º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #502C23 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB804435-
CMYK00.450.560.69
HSL12º39.13%22.55%-
HSV(B)12º56.25%31.37%-
XYZ4.513.632.05-
YUV53.74117.43146.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.31%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 35 (14.06% from 255) = 22.01%
R=50.31%
G=27.67%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80443500.450.560.691239.1322.55
Hex502C2302D3845c2717
Octal120544305570105144727
Binary101000010110010001101011011110001000101110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502C23; }

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

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

<style>
 a { background-color: #502C23; }

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

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

<style>
 span { border-color: #502C23; }

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

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