#502518

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

Shades of Caput Mortuum #502518

Tints of Caput Mortuum #502518

Color information

#502518 (or 0x502518) is unknown color: approx Caput Mortuum. HEX triplet: 50, 25 and 18. RGB value is (80,37,24). Sum of RGB (Red+Green+Blue) = 80+37+24=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #502518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502518 is #AFDAE7. Grayscale: #303030. Windows color (decimal): -11524840 or 1582416. OLE color: 1582416.

HSL color Cylindrical-coordinate representation of color #502518: hue angle of 13.93º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #502518 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB803724-
CMYK00.540.700.69
HSL13.93º53.85%20.39%-
HSV(B)13.93º70%31.37%-
XYZ4.133.091.24-
YUV48.37114.25150.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.74%
GREEN value IS 37 (14.84% from 255) = 26.24%
BLUE value IS 24 (9.77% from 255) = 17.02%
R=56.74%
G=26.24%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80372400.540.700.6913.9353.8520.39
Hex5025180364645e3614
Octal1204530066106105166624
Binary101000010010111000011011010001101000101111011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502518; }

 p { color: rgb(80,37,24); }

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

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

 a { background-color: rgb(80,37,24); }

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

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

 span { border-color: rgb(80,37,24); }

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