#502A22

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

Shades of Caput Mortuum #502A22

Tints of Caput Mortuum #502A22

Color information

#502A22 (or 0x502A22) is unknown color: approx Caput Mortuum. HEX triplet: 50, 2A and 22. RGB value is (80,42,34). Sum of RGB (Red+Green+Blue) = 80+42+34=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #502A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A22 is #AFD5DD. Grayscale: #343434. Windows color (decimal): -11523550 or 2239056. OLE color: 2239056.

HSL color Cylindrical-coordinate representation of color #502A22: hue angle of 10.43º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #502A22 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB804234-
CMYK00.480.580.69
HSL10.43º40.35%22.35%-
HSV(B)10.43º57.5%31.37%-
XYZ4.423.481.95-
YUV52.45117.59147.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.28%
GREEN value IS 42 (16.80% from 255) = 26.92%
BLUE value IS 34 (13.67% from 255) = 21.79%
R=51.28%
G=26.92%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80423400.480.580.6910.4340.3522.35
Hex502A220303A45a2816
Octal120524206072105125026
Binary101000010101010001001100001110101000101101010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,42,34); }

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

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

 a { background-color: rgb(80,42,34); }

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

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

 span { border-color: rgb(80,42,34); }

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