#502923

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

Shades of Caput Mortuum #502923

Tints of Caput Mortuum #502923

Color information

#502923 (or 0x502923) is unknown color: approx Caput Mortuum. HEX triplet: 50, 29 and 23. RGB value is (80,41,35). Sum of RGB (Red+Green+Blue) = 80+41+35=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #502923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502923 is #AFD6DC. Grayscale: #343434. Windows color (decimal): -11523805 or 2304336. OLE color: 2304336.

HSL color Cylindrical-coordinate representation of color #502923: hue angle of 8º 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 #502923 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB804135-
CMYK00.490.560.69
HSL39.13%22.55%-
HSV(B)56.25%31.37%-
XYZ4.43.412.02-
YUV51.98118.42147.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.28%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 35 (14.06% from 255) = 22.44%
R=51.28%
G=26.28%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80413500.490.560.69839.1322.55
Hex502923031384582717
Octal120514306170105104727
Binary101000010100110001101100011110001000101100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502923; }

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

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

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

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

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

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

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

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