#502B24

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

Shades of Caput Mortuum #502B24

Tints of Caput Mortuum #502B24

Color information

#502B24 (or 0x502B24) is unknown color: approx Caput Mortuum. HEX triplet: 50, 2B and 24. RGB value is (80,43,36). Sum of RGB (Red+Green+Blue) = 80+43+36=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #502B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B24 is #AFD4DB. Grayscale: #353535. Windows color (decimal): -11523292 or 2370384. OLE color: 2370384.

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

Color convert

RGB804336-
CMYK00.460.550.69
HSL9.55º37.93%22.75%-
HSV(B)9.55º55%31.37%-
XYZ4.493.562.12-
YUV53.26118.26147.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.31%
GREEN value IS 43 (17.19% from 255) = 27.04%
BLUE value IS 36 (14.45% from 255) = 22.64%
R=50.31%
G=27.04%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80433600.460.550.699.5537.9322.75
Hex502B2402E3745a2617
Octal120534405667105124627
Binary101000010101110010001011101101111000101101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,43,36); }

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

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

 a { background-color: rgb(80,43,36); }

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

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

 span { border-color: rgb(80,43,36); }

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